Skip to content

Commit

Permalink
Distutils only accepts list type for classifiers.
Browse files Browse the repository at this point in the history
  • Loading branch information
berkerpeksag committed Apr 16, 2014
1 parent c1bf7a5 commit 80442b1
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 @@ -27,7 +27,7 @@
"argparse" if sys.version_info[:2] < (2, 7) else None,
"six",
])),
classifiers=(
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'Intended Audience :: System Administrators',
Expand All @@ -41,5 +41,5 @@
'Programming Language :: Python :: 3 :: 3.4',
'License :: OSI Approved :: MIT License',
'Topic :: System :: Systems Administration',
),
]
)

0 comments on commit 80442b1

Please sign in to comment.