Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
Merge pull request #135 from hickford/patch-1
Browse files Browse the repository at this point in the history
Fix classifiers not appearing on PyPI
  • Loading branch information
jpiper committed Jan 7, 2015
2 parents e3f283e + c391eae commit 82753f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def publish():
],
install_requires=required,
license='ISC',
classifiers=(
classifiers=[
# 'Development Status :: 5 - Production/Stable',
'Environment :: Console',
'Intended Audience :: Developers',
Expand All @@ -51,5 +51,5 @@ def publish():
'Programming Language :: Python :: 3.1',
'Programming Language :: Python :: 3.2',
'Topic :: Terminals :: Terminal Emulators/X Terminals',
),
],
)

0 comments on commit 82753f5

Please sign in to comment.