Skip to content

Commit 124d2df

Browse files
committed
Merge pull request #3 from akleeman/fix-pip-install
Fixed setup.py so "pip install -e" works
2 parents eb971ee + 4411b3a commit 124d2df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
url='https://github.com/akleeman/scidata',
1616
test_suite='nose.collector',
1717
packages=['polyglot'],
18-
package_dir={'polyglot': 'src/polyglot'})
18+
package_dir={'': 'src'})

0 commit comments

Comments
 (0)