Skip to content

Commit

Permalink
Updating setup.py classifiers and .gitignore for building and distrib…
Browse files Browse the repository at this point in the history
…ution files.
  • Loading branch information
jmoswalt committed Dec 7, 2012
1 parent b3b4c53 commit 80870e8
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,8 @@ _notes/
# Ignore docs build files
docs/build/
docs/local/

# Ignore build directories and egg
/build
/dist
*.egg-info
16 changes: 15 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,22 @@ def find_package_data(where=".", package="", exclude=standard_exclude,
pass

CLASSIFIERS = [
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
'Framework :: Django',
]
'Intended Audience :: Developers',
'Intended Audience :: End Users/Desktop',
'Intended Audience :: Information Technology',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Natural Language :: English',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
'Topic :: Internet :: WWW/HTTP :: WSGI',
'Topic :: Internet :: WWW/HTTP :: WSGI :: Application',
],

setup(
name='tendenci',
Expand Down

0 comments on commit 80870e8

Please sign in to comment.