We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fda4b78 commit fc4514fCopy full SHA for fc4514f
.gitignore
@@ -14,3 +14,4 @@ venv*
14
*.egg*
15
.idea
16
docs/_build/*
17
+dist/*
MANIFEST.in
@@ -2,3 +2,4 @@ recursive-include threecolor/site/templates *
2
recursive-include threecolor/site/static *
3
recursive-include threecolor/admin/templates *
4
recursive-include threecolor/admin/static *
5
+include threecolor/configs/example.settings.cfg
setup.py
@@ -59,7 +59,6 @@
59
'Framework :: Flask',
60
'License :: OSI Approved :: BSD License',
61
'Intended Audience :: End Users/Desktop',
62
- 'Topic :: Web',
63
'Development Status :: 3 - Alpha',
64
'Natural Language :: English',
65
'Programming Language :: Python :: 2.7',
0 commit comments