diff --git a/.gitignore b/.gitignore index e6e489b7..158399fb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ build/ env/ -mkdocs.egg-info/ +dist/ +*.egg-info/ *.pyc # The 'React' theme that we use for the docs is purchased from the diff --git a/setup.py b/setup.py index 701f254c..eb7ed077 100755 --- a/setup.py +++ b/setup.py @@ -74,7 +74,7 @@ setup( packages=get_packages(package), package_data=get_package_data(package), install_requires=install_requires, - scripts=['mkdocs/mkdocs'] + scripts=['mkdocs/mkdocs'], classifiers=[ 'Development Status :: 5 - Production/Stable', 'Environment :: Web Environment',