Commit Graph

8 Commits

Author SHA1 Message Date
ZhongShengping 328105d480 Add information technology in the setup.cfg
Change-Id: I87360f8a7ae73629b68c11781713b3fb333cf4ac
2021-10-01 06:54:49 +08:00
ZhongShengping b291b0fdb7 Add license information in the setup.cfg
Change-Id: Id2fadf235fdecdce5ba2b922cfbaf8f10e2613c4
2021-09-30 16:48:13 +08:00
YuehuiLei cdb0e11673 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: I0dd3ca45d56ed9acfac8b19faa656f1823bd026d
2021-05-11 15:00:52 +08:00
Tobias Urdin 27239ffb80 Change openstack-dev to openstack-discuss
Change-Id: I1aa1d35d2b1b15cddb292e990fa5e46f8ebf8358
2018-12-02 18:19:34 +01:00
ZhongShengping 00a0614330 Update URLs in documents according to document migration
Change-Id: I4a13723811b48b22fac67aa6c20bafafb91de717
2017-07-14 11:47:57 +08:00
kavithahr 68c790a9fe changed author
Change-Id: Idcaf00d672a61d9c9c086a82c1f1dc4f80385bd0
2017-07-11 16:28:53 +05:30
Sharat Sharma d8c029ef3a Changed the home-page to point Openstack Puppet Homepage
Change-Id: I083b9df5f401179d4904bb241f48543376fc4b07
Closes-Bug: #1629876
2016-10-03 20:39:12 +05:30
Emilien Macchi a73cde65e4 Add basic structure for ReNo
ReNo [1] is the release management tool in OpenStack.
This patch adds the basic structure to start using it.

* Update .gitignore
* Add a basic note "use-reno"
* Add releasenotes/ dir and basic files
* Add python files: setup.cfg, setup.py, test-requirements.txt and
  tox.ini.

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

Change-Id: I54db6a4ee5073e0f8e9d00091d10cffebb359fd0
2016-03-14 08:23:49 -04:00