Commit Graph

8 Commits

Author SHA1 Message Date
ZhongShengping c43c38ccbf Add information technology in the setup.cfg
Change-Id: I0f188ac3b30b6cd13c46188e4140104989ab18cd
2021-10-01 06:54:49 +08:00
ZhongShengping 28dd49050d Add license information in the setup.cfg
Change-Id: Idf11ef4b6c2b4cf6e8df64eefbe982b8b88ce74d
2021-09-30 16:48:13 +08:00
Takashi Kajinami 41f86d42e1 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: I4a94d48c8e52e8add93e9915ae7046ee60257626
2021-05-11 18:28:53 +09:00
Tobias Urdin 8a47b06866 Change openstack-dev to openstack-discuss
Change-Id: Idd41cbb7a59c453becf4228c1f84e3f86b5e547d
2018-12-02 18:19:54 +01:00
ZhongShengping cd0272854c Update URLs in documents according to document migration
Change-Id: Ic356e8c5e9157120f762530779d2affd61daf152
2017-07-14 08:52:02 +08:00
bhavani.cr 3a942e3657 Change author in setup.cfg
Changed author to OpenStack in setup.cfg
refer:https://review.openstack.org/#/c/407413

Change-Id: I5e14dae78a38503c5b2e4860e03c6880f4c7d8c9
2017-07-04 18:21:46 +05:30
Sharat Sharma 57a0bf2707 Changed the home-page to point Openstack Puppet Homepage
Change-Id: Id64d113a2debcb6cd352ba579767ad7813b4d62f
Closes-Bug: #1629876
2016-10-04 10:11:39 +05:30
Emilien Macchi 0ba9b1e624 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: Ieb4f06c2af1fd3b837e97e5ba447fe682102bc0f
2016-03-14 08:29:11 -04:00