Commit Graph

6 Commits

Author SHA1 Message Date
Takashi Kajinami 3c454c4167 setup.cfg: Replace dashes with underscores
Setuptools v54.1.0 introduces a warning that the use of dash-separated
options in 'setup.cfg' will not be supported in a future version [1].
Get ahead of the issue by replacing the dashes with underscores. Without
this, we see 'UserWarning' messages like the following on new enough
versions of setuptools:

  UserWarning: Usage of dash-separated 'description-file' will not be
  supported in future versions. Please use the underscore name
  'description_file' instead

[1] https://github.com/pypa/setuptools/commit/a2e9ae4cb

Change-Id: Ie7265335480848753e0576052db8754c4c25a517
2022-08-16 00:48:47 +00:00
Takashi Kajinami 10460e0c14 Declare removal of Python 2 support
... because Python 2 reached to its EOL while ago and is no longer
available since CentOS 8.

Change-Id: Idb5fc37d9f334052839a0914895bf68f1b549037
2022-08-16 00:48:41 +00:00
Takashi Kajinami 4378f0e516 Mark Python 3.9 supported
... because CentOS Stream 9 has Python 3.9.

Change-Id: I87929a7b94426f9a5d176131dc9a850d15c9084b
2022-08-16 00:48:32 +00:00
Alfredo Moralejo fad2c393cb Open Packstack master for Victoria
To avoid pushing an artificial alpha tag, following PBR semver keyword
bumps major version. See http://docs.openstack.org/developer/pbr/#version

Also replacing README.md by rst format as the wheel version in Ubuntu
Bionic nodes seems to not work properly with markdown files.

Sem-Ver: api-break

Change-Id: I76519ef0fe6b5c350b6aec92b204f41e363cf65a
2020-06-30 10:15:13 +02:00
Andreas Jaeger dfb83c8631 Fix setup.py for Pypi
PYPI now requires that markdown files are flagged, fix this.

See failure here:
https://zuul.opendev.org/t/openstack/build/efe723049d554688a1c50f43425f63e6

Change-Id: I4b34395767750449bede8845ddb54eb224a3bd06
2019-09-06 07:44:33 +02:00
Alan Pevec 1bbcbff4fb Use PBR
Refactor setup.py using Python Build Reasonableness[1]
as a standard for OpenStack projects.

[1] http://docs.openstack.org/developer/pbr/

Closes-Bug: #1559150
Change-Id: Ie3b3845f11236f5338228690418760599914cce4
2016-09-21 17:49:02 +02:00