Commit Graph

6 Commits

Author SHA1 Message Date
likui 207b716fc2 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: I8c16923e7eeb18a945127650adeec5eda3c844c0
2022-06-01 22:23:28 +08:00
Andreas Jaeger eb16cffa49 Cleanup py27 support
This repo is now testing only with Python 3, so let's make
a few cleanups:
- Remove obsolete sections from setup.cfg
- move basepython to testenv in tox.ini

Change-Id: I243af5c69d9f1335609667574c00e5bec7b5659a
2020-06-04 18:00:59 +02:00
zhangbailin 3de949e358 Change openstack-dev to openstack-discuss
Mailinglists have been updated. Openstack-discuss replaces
openstack-dev.

Change-Id: Ice63d738c0dd1fc6b034d6e8e967ea48f683cda0
2018-12-03 21:35:10 -05:00
zhongjun 233c937cbe Remove pbr warnerrors in favor of sphinx check
This change removes the now unused "warnerrors" setting,
which is replaced by "warning-is-error" in sphinx
releases >= 1.5[0].

[0] http://lists.openstack.org/pipermail/openstack-dev/2017-March/113085.html

Change-Id: Idb373fb229b783f76755207767b0a1b42516d0be
2017-05-23 07:20:15 +00:00
nizam 1173894245 Changed the home-page of manila-specs in setup.cfg
Instead of pointing to openstack.org, the homepage has been
changed to point to the homepage of manila-specs.

Change-Id: I21509954058d0edc1077d337f77f7c046bc5b29b
2016-10-23 22:31:29 +05:30
Ben Swartzlander 34524720d1 Create skeleton using cookiecutter
This repo skeleton was created using the openstack
specs-cookiecutter.

Change-Id: I180f61555c2aeeaf96ff17d568b6958a26d5e75e
2016-05-12 14:51:16 +00:00