Commit Graph

9 Commits

Author SHA1 Message Date
ZhongShengping df6a0ebd0e Add information technology in the setup.cfg
Change-Id: I0702a3a864296ba3b64e96745aee7c5d5fddbb0c
2021-10-01 06:54:49 +08:00
ZhongShengping 6a5f25ac90 Add license information in the setup.cfg
Change-Id: I95e5648bb377ac2b64722efccc56eaa0d05f3582
2021-09-30 16:48:13 +08:00
Takashi Kajinami 6992843e99 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: I12711904ab84cb7c993a8e6fb168c2942e0f355d
2021-05-11 09:57:24 +00:00
Tobias Urdin 739fb21abe Change openstack-dev to openstack-discuss
Change-Id: I9dd35c3b1dc85145a762dea698fdf4c60fe1fd5a
2018-12-02 18:19:40 +01:00
Jenkins 7342247955 Merge "Change author in setup.cfg" 2017-07-23 05:57:58 +00:00
Arundhati Surpur accf299a21 Change author in setup.cfg
Changed author to OpenStack in setup.cfg
refer:https://review.openstack.org/#/c/407413

Change-Id: I8fc784907afbd14fe1cdb38c943290135d0f6f23
2017-07-19 11:29:45 +05:30
ZhongShengping 7f7e1a6b1f Update URLs in documents according to document migration
Change-Id: I98fb501c2dd3f047737c36f2dbe532adf34d7613
2017-07-14 11:48:48 +08:00
ZhongShengping 871d649f3b Changed the home-page to point Openstack Puppet Homepage
Change-Id: I0f387f84d5c137103fd3630846ef95a6a1e840c9
Closes-Bug: #1629876
2016-10-09 13:34:49 +08:00
Emilien Macchi 7c2c566673 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: I230a2395717cf829cd8c7c77d5176b375c8a76dc
2016-03-14 08:27:57 -04:00