Commit Graph

8 Commits

Author SHA1 Message Date
ZhongShengping 07d4c5a8e0 Add information technology in the setup.cfg
Change-Id: I101fcbd2b21e8a6724bbb3fe14b82f774b33e301
2021-10-01 06:54:49 +08:00
ZhongShengping 6f1d3687c4 Add license information in the setup.cfg
Change-Id: I2b8ce076f736b3eecfc4cd97b5ce06eeb80ce924
2021-09-30 16:48:13 +08:00
Takashi Kajinami 32cbb8a241 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: I0f84b9973598f835e2e2dfe71095ba327b61c087
2021-05-11 18:25:32 +09:00
Tobias Urdin c69a8fb0ba Change openstack-dev to openstack-discuss
Change-Id: Ib2c5efa677c19017dfdba6d74a7685e07d3aaba8
2018-12-02 18:19:32 +01:00
ZhongShengping 8e5658d9aa Update URLs in documents according to document migration
Change-Id: I497fe2c9d448ab3b551ccd3f7b4c29000271d50f
2017-07-14 11:45:40 +08:00
Van Hung Pham 2fab94fd6e Optimize the link address and correct author
Use https instead of http to ensure the safety.
Change author to OpenStack for the sake of
consistent naming convention as other OpenStack projects.

Change-Id: Id4bdd43710925c27e7db8ab36c958ea82cbf485b
2017-06-21 10:25:12 +07:00
Sharat Sharma 5ceee6fc72 Changed the home-page to point Openstack Puppet Homepage
Change-Id: Ib0b757b6310156f94fa3b3517cd4a3402d3a13d1
Closes-Bug: #1629876
2016-10-03 20:32:55 +05:30
Emilien Macchi 5d9da8bd9a 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: Ide7c53a7b25a1c0ef4966f60f6fc6bf07f636c83
2016-03-14 08:24:10 -04:00