Skip to content

Commit 81e1a9a

Browse files
committed
Work around setuptools issue 230 to ease dev
Move src/* to src/bap and update setup.py package_dir for workaround With this, python setup.py develop and pip install -e both work again
1 parent 9675bb9 commit 81e1a9a

File tree

9 files changed

+1
-1
lines changed

9 files changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
maintainer = 'Ivan Gotovchits',
1212
maintainer_email = 'ivg@ieee.org',
1313
license = 'MIT',
14-
package_dir = {'bap' : 'src'},
14+
package_dir = {'' : 'src'},
1515
packages = ['bap'],
1616
extras_require = {
1717
'rpc' : ['requests']
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)