Commit Graph

7 Commits

Author SHA1 Message Date
niuke 5e0c8b19ab 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: I3699a7b8ae858463cdd84b11072557049e798309
2023-05-05 09:12:38 +08:00
Marc Gariépy 88cb4d60fb Revert "Cleanup setup.py config"
This reverts commit 7166e396d1.

Reason for revert: unbreak tripleo-quickstart

Change-Id: I91a21138a20331e2123f878ac8fb51a6552e2cef
Disable setuptools auto discovery

Jobs are broken due to a release of setuptools 61.0 introducing
non-backwards compatible breaking changes [1]

Setting py_modules to an empty string here will disable autodiscovery
and should permit jobs to run as before.

[1] https://github.com/pypa/setuptools/issues/3197

Signed-off-by: Neil Hanlon <neil@shrug.pw>
Change-Id: Ie0215582fe630f1897a85c1e88fd578d100bc3cf
2022-03-31 17:08:13 -04:00
Marc Gariepy 7166e396d1 Cleanup setup.py config
Change-Id: Iaa3f4de1b04e96421cd3ebf4f7e60588c73f20aa
2022-03-31 10:33:56 -04:00
Andreas Jaeger a50dd18cc1 Cleanup py27 support
This repo is now testing only with Python 3, so let's make
a few cleanups:
- Remove python 2.7 stanza from setup.py
- Remove obsolete sections from setup.cfg
- Use newer openstackdocstheme and Sphinx versions
- Cleanup */source/conf.py to remove now obsolete content.
- Remove install_command from tox.ini, the default is fine

Change-Id: I41d8153a0543f6983dd97311243f057d270e17ef
2020-04-25 15:17:06 +02:00
zhouxinyong 2c83208b0c Fix author-email in setup.cfg
Change-Id: Id10e594b9aef01a343151c2a4a0f3d40ab2d1331
2019-01-22 15:53:29 +08:00
Chandan Kumar 4a8168f57a Use usr/local/share/ansible/roles for data_files
tripleo-quickstart always look for ansible roles whether it is
installed system-wide or venv in usr/local/share/ansible/roles
path.

Change-Id: Ia0d93c500628f8c64465013ccf52df5175027dc9
2019-01-18 16:58:22 +05:30
Jesse Pretorius 8ffaab139b Add CI/docs/releasenotes scaffolding and basic test
Change-Id: I27c70ff45d5361a80811575d62328f35ef35e0a1
2018-03-24 22:42:06 +00:00