Skip to content

Commit

Permalink
fix: typo in package_dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
nh13 authored Jan 16, 2025
1 parent 51c2425 commit 90c43f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def build():
'classifiers': [_f for _f in CLASSIFIERS.split('\n') if _f],
'url': 'https://github.com/fulcrumgenomics/pybwa',
'packages': ['pybwa'],
'package_dirs': {'pybwa': 'pybwa'},
'package_dir': {'pybwa': 'pybwa'},
"ext_modules": extension_modules,
"cmdclass": {
"build_ext": cython_build_ext,
Expand Down

0 comments on commit 90c43f5

Please sign in to comment.