Version 0.2

This commit is contained in:
Tom Christie
2014-01-21 17:00:02 +00:00
parent e172366269
commit 4635afcfca
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@@ -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

View File

@@ -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',