Commit Graph

4 Commits

Author SHA1 Message Date
yangyawei 2f2ea5d4b1 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: I2d4c19cf44897668697cbfd6efc6d56b3a38d83f
2021-05-16 20:51:06 +00:00
Andreas Jaeger a9c4ac0a69 Cleanup py27 support and docs
Make a few cleanups:
- Remove obsolete sections from setup.cfg
- Remove install_command from tox.ini, merge constraints
  into dependencies
- Enable warnings for doc build, fix all warnings
- Switch to sphinx-build
- Enable warnings for doc build, fix all warnings
- Remove git handling from conf.py, openstackdocstheme does this now

Change-Id: If7918689c7101da044a38cbb66c6d9d09f8cc53f
2020-04-09 21:36:29 +02:00
zhouxinyong a42b4e42b8 Fix author-email in setup.cfg
Change-Id: Ie888e084bb5b974a8aec5b6b78374b434d70a916
2019-01-22 16:27:16 +08:00
Jeremy Liu e250610a3d Initialize cloudkitty-specs repo
Initialize repo, add specs template and tox env.

Change-Id: I88345e48dccd148f142d6c80730879e18185f003
2017-01-09 09:37:44 +08:00