Skip to content

Commit

Permalink
Adapt Trove classifier for the PostgreSQL license
Browse files Browse the repository at this point in the history
Has been added simply as "PostgreSQL License"
(pypi/warehouse#3843).
  • Loading branch information
Cito committed May 23, 2018
1 parent 127acfa commit baa94a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def finalize_options(self):
classifiers=[
"Development Status :: 6 - Mature",
"Intended Audience :: Developers",
"License :: OSI Approved :: The PostgreSQL License",
"License :: OSI Approved :: PostgreSQL License",
"Operating System :: OS Independent",
"Programming Language :: C",
'Programming Language :: Python',
Expand Down

0 comments on commit baa94a8

Please sign in to comment.