Commit Graph

7 Commits

Author SHA1 Message Date
tushargite96 a4aaa2bef8 Update metadata in setup.cfg
we are using some "aliases" that the setuptools docs say 
"are supported for compatibility reasons" but their use is not advised[1].

[1] https://setuptools.pypa.io/en/latest/userguide/declarative_config.html#metadata

maintaining setup.cfg as per other repos[2]

[2] https://review.opendev.org/c/openstack/cinder-tempest-plugin/+/828475

Change-Id: I4874777e00fa87884b994b553c1849800af33e62
2022-09-26 04:23:17 +00:00
YuehuiLei 37daf55895 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: I99fd19bc6f294929646a3ea1a469da1967632927
2021-05-28 08:39:12 +00:00
caoyuan a90c0c6783 Add project infomation into setup.cfg
Change-Id: I694976e994966872230c62de0ce45e9c6e818358
2019-01-07 15:08:34 +00:00
James Page bfbf3eaa09 [yolanda] Add support for postgresql
Refactor templates to use includes.
2014-03-31 12:11:01 +01:00
James Page 809383a4c2 Turn down verbosity 2013-10-19 17:59:05 +01:00
James Page b1e99b7e88 Improve unit testing coverage 2013-10-19 17:58:37 +01:00
Adam Gandelman fb49349776 Merging python-redux and havana work. 2013-10-17 14:48:08 -07:00