Commit Graph

7 Commits

Author SHA1 Message Date
ZhongShengping 2a2dd1c730 Add information technology in the setup.cfg
Change-Id: I3e52f7ea57f2e07e3a2dde32706c777ca45aa4c5
2021-10-01 06:54:49 +08:00
ZhongShengping ddda266c2d Add license information in the setup.cfg
Change-Id: I0a9ba2227b9f1d6a1acdb96cea95b0513a793f30
2021-09-30 16:48:13 +08:00
Takashi Kajinami e4368cbe48 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: I4c4c85e57d509f67bf4596989e3fbc2308c2e15e
2021-05-11 18:28:24 +09:00
Tobias Urdin 2d45816999 Change openstack-dev to openstack-discuss
Change-Id: Iff3bc1f4bd8018ca5d842a899f40d3508d52db2d
2018-12-02 18:19:51 +01:00
ZhongShengping a1f973592a Update URLs in documents according to document migration
Change-Id: I8b35b2af14e9689d4c32e642075f1298b3479a00
2017-07-14 11:51:22 +08:00
Sharat Sharma a5738c5cce Changed the home-page to point Openstack Puppet Homepage
Change-Id: I0a4472914895ad57f78a163e81b99c12ca05e7eb
Closes-Bug: #1629876
2016-10-04 10:10:21 +05:30
Emilien Macchi f431195f56 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: I7ba7797b3ffbbe98640bf5702704f5e697c81702
2016-03-14 08:28:29 -04:00