Skip to content

Commit

Permalink
tweaks to normpath
Browse files Browse the repository at this point in the history
  • Loading branch information
abadrinath947 committed Apr 8, 2020
1 parent 0b51916 commit 0a3b244
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,9 @@ def clean():
"Operating System :: OS Independent",
],
packages=['pyBKT', 'pyBKT.generate', 'pyBKT.fit', 'pyBKT.util'],
package_dir = { 'pyBKT': 'source-py/pyBKT',
'pyBKT.generate': 'source-py/pyBKT/generate',
'pyBKT.fit': 'source-py/pyBKT/fit',
'pyBKT.util': 'source-py/pyBKT/util'},
package_dir = { 'pyBKT': npath('source-py/pyBKT'),
'pyBKT.generate': npath('source-py/pyBKT/generate'),
'pyBKT.fit': npath('source-py/pyBKT/fit'),
'pyBKT.util': npath('source-py/pyBKT/util')},
install_requires = ["numpy"],
)

0 comments on commit 0a3b244

Please sign in to comment.