Skip to content

Commit fc4514f

Browse files
author
chipperdoodles
committed
first version on pypi
1 parent fda4b78 commit fc4514f

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ venv*
1414
*.egg*
1515
.idea
1616
docs/_build/*
17+
dist/*

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ recursive-include threecolor/site/templates *
22
recursive-include threecolor/site/static *
33
recursive-include threecolor/admin/templates *
44
recursive-include threecolor/admin/static *
5+
include threecolor/configs/example.settings.cfg

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
'Framework :: Flask',
6060
'License :: OSI Approved :: BSD License',
6161
'Intended Audience :: End Users/Desktop',
62-
'Topic :: Web',
6362
'Development Status :: 3 - Alpha',
6463
'Natural Language :: English',
6564
'Programming Language :: Python :: 2.7',

0 commit comments

Comments
 (0)