Skip to content

Commit

Permalink
Fix import bug (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
serhii73 committed Mar 28, 2023
1 parent 9d1592f commit cb453ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
author_email="[email protected]",
url="https://github.com/scrapinghub/number-parser/",
packages=find_packages(exclude=["tests"]),
include_package_data=True,
install_requires=[
"attrs >= 17.3.0",
],
Expand Down

0 comments on commit cb453ab

Please sign in to comment.