Skip to content

Commit

Permalink
Update setup.py to include 'docs/' and 'tests/' directories while pac…
Browse files Browse the repository at this point in the history
…kaging for pypi.
  • Loading branch information
iredmail committed Mar 25, 2020
1 parent b9fe0ef commit 19b7180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -21,7 +21,7 @@
maintainer="Anand Chitipothu",
maintainer_email="anandology@gmail.com",
url="http://webpy.org/",
packages=["web", "web.contrib"],
packages=["docs", "tests", "web", "web.contrib"],

This comment has been minimized.

Copy link
@anandology

anandology Mar 26, 2020

Member

docs and tests are not packages. They should either go as package_data or we need to add a MANIFEST.in

install_requires=["cheroot"],
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 19b7180

Please sign in to comment.