Skip to content

Commit

Permalink
Update classifiers in setup.py
Browse files Browse the repository at this point in the history
Mark GA release as production/stable in setup.py classifiers.

fixes #5907
https://pulp.plan.io/issues/5907
  • Loading branch information
CodeHeeler committed Dec 20, 2019
1 parent 86631bd commit 040300a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES/5907.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update classifiers in setup.py to mark GA release as production/stable.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
classifiers=[
'License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)',
'Operating System :: POSIX :: Linux',
'Development Status :: 5 - Production/Stable',
'Framework :: Django',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
Expand Down

0 comments on commit 040300a

Please sign in to comment.