Commit Graph

8 Commits

Author SHA1 Message Date
ZhongShengping 9d03150ff3 Add information technology in the setup.cfg
Change-Id: Icedb1ac14d983aaff41f809779ab12bd0d823744
2021-10-01 06:54:50 +08:00
ZhongShengping 9f037d9f90 Add license information in the setup.cfg
Change-Id: I979199fbd99cc0c7b64ab3b08da364c1a773ba94
2021-09-30 16:48:13 +08:00
Takashi Kajinami 45cf113bb4 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: I1c1beb1778b03c51076cf52bb48326f1b0743259
2021-05-27 00:51:35 +00:00
Tobias Urdin 92e707f239 Change openstack-dev to openstack-discuss
Change-Id: I5f79d2374dfcbe1d14f8fd9c9f88bfc5bdafd180
2018-12-02 18:20:39 +01:00
ZhongShengping 86f435a2a5 Update URLs in documents according to document migration
Change-Id: I1b8e63b37be6599a4263afdf12d8f617163fde20
2017-07-14 13:05:37 +08:00
bhavani.cr 93886227ed Change author in setup.cfg
Changed author to OpenStack in setup.cfg
refer:https://review.openstack.org/#/c/407413

Change-Id: I94d473c57c7692ffba5903599a4c27ff5d07a88b
2017-07-04 18:20:08 +05:30
Sharat Sharma d1ca793d04 Changed the home-page to point Openstack Puppet Homepage
Change-Id: I932e862ffd28824400be8e28ecb360d1d0bb5c87
Closes-Bug: #1629876
2016-10-04 11:11:13 +05:30
Emilien Macchi d0cfff2a1e 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: I4259d9a019171a210ac6100275d9b2ef67162ec3
2016-03-14 08:36:00 -04:00