Skip to content

Commit

Permalink
Properly define the package
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhukovAlexander committed Jan 29, 2018
1 parent 6e5ee21 commit 7f336ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
keywords='python regular expressions trie',
use_scm_version=True,
setup_requires=['setuptools_scm'],
py_modules=['triegex'],
packages=['triegex'],
classifiers=[
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 7f336ea

Please sign in to comment.