Skip to content

Commit

Permalink
Update package metadata in setup.cfg
Browse files Browse the repository at this point in the history
After reviewing the documentation for pbr [1] and looking at pbr's own
setup.cfg[2] file there were several things to update before we push
another release. This commit goes through and updates the metadata to
match the expected format.

[1] https://docs.openstack.org/pbr/latest/user/using.html#setup-cfg
[2] https://github.com/openstack-dev/pbr/blob/master/setup.cfg
  • Loading branch information
mtreinish committed Mar 1, 2019
1 parent 4867704 commit 8985539
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ classifier =
Intended Audience :: System Administrators
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Expand All @@ -21,10 +21,11 @@ classifier =
Programming Language :: Python :: 3.7
Topic :: Software Development :: Testing
Topic :: Software Development :: Quality Assurance
project-urls =
project_urls =
Documentation = https://stestr.readthedocs.io
Source = https://github.com/mtreinish/stestr
Tracker = https://github.com/mtreinish/stestr/issues
Source Code = https://github.com/mtreinish/stestr
Bug Tracker = https://github.com/mtreinish/stestr/issues
requires-python = >=2.7

[files]
packages =
Expand Down

0 comments on commit 8985539

Please sign in to comment.