Skip to content

Commit

Permalink
hotfix: include grammar in final installed package
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinwan committed Jan 16, 2025
1 parent 6d174a0 commit 29b4a87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ def run_tests(self):
tests_require=tests_require,
install_requires=install_requires,
download_url='https://github.com/alvinwan/timefhuman/archive/%s.zip' % VERSION,
extras_require={"test":tests_require},
extras_require={"test":tests_require},
include_package_data=True,
classifiers=[
"Topic :: Utilities",
"Intended Audience :: Developers",
Expand Down

0 comments on commit 29b4a87

Please sign in to comment.