Skip to content

Commit

Permalink
fix bug in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MAfarrag committed May 29, 2022
1 parent 193da74 commit ec9061c
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 @@ -23,7 +23,7 @@
long_description_content_type="text/markdown",
license="GNU General Public License v3",
zip_safe=False,
packages=find_packages(include=['pyramids', 'pyramids.*']),
packages=find_packages(include=['statista', 'statista.*']),
test_suite="tests",
tests_require=test_requirements,
# install_requires=requirements,
Expand Down

0 comments on commit ec9061c

Please sign in to comment.