mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
Version 0.2
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -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
|
||||
|
||||
2
setup.py
2
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',
|
||||
|
||||
Reference in New Issue
Block a user