From 4635afcfca7978abd94e2a07947c758f058e8bea Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Tue, 21 Jan 2014 17:00:02 +0000 Subject: [PATCH] Version 0.2 --- .gitignore | 3 ++- setup.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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',