Skip to content

Commit

Permalink
Fix setuptools package discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkKoz committed Nov 4, 2023
1 parent 2f9c505 commit e29b899
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
setup(
name='h2p_parser',
version='1.0.0',
packages=[''],
package_dir={'': 'h2p_parser'},
packages=['h2p_parser'],
install_requires=['nltk', 'inflect'],
python_requires='>=3.7',
url='https://github.com/ionite34/h2p-parser',
Expand Down

0 comments on commit e29b899

Please sign in to comment.