Skip to content

Commit df10595

Browse files
committed
Update package metadata
1 parent 9cb1f6c commit df10595

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# The order of packages is significant, because pip processes them in the order
22
# of appearance. Changing the order has an impact on the overall integration
33
# process, which may cause wedges in the gate later.
4-
pbr>=1.6
4+
pbr>=4.1.0
55
oslo.config>=2.3.0 # Apache-2.0
66
oslo.concurrency>=3.20.0 # Apache-2.0
77
oslo.log>=1.8.0 # Apache-2.0

setup.cfg

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ author-email = [email protected]
1010
license = Apache-2
1111
home-page = http://github.com/IFCA/caso
1212
classifier =
13+
Development Status :: 5 - Production/Stable
14+
Environment :: Console
15+
Environment :: OpenStack
1316
Intended Audience :: Information Technology
1417
Intended Audience :: System Administrators
1518
License :: OSI Approved :: Apache Software License
@@ -18,8 +21,9 @@ classifier =
1821
Programming Language :: Python :: 2
1922
Programming Language :: Python :: 2.7
2023
Programming Language :: Python :: 3
21-
Programming Language :: Python :: 3.4
2224
Programming Language :: Python :: 3.6
25+
Programming Language :: Python :: 3.7
26+
Programming Language :: Python :: 3.8
2327

2428
[files]
2529
packages =

0 commit comments

Comments
 (0)