Skip to content

Commit

Permalink
Version 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchristie committed Jan 21, 2014
1 parent e172366 commit 4635afc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def get_package_data(package):
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',
Expand Down

0 comments on commit 4635afc

Please sign in to comment.