Commit Graph

8 Commits

Author SHA1 Message Date
ZhongShengping db754a7d7d Add information technology in the setup.cfg
Change-Id: I5e848ae96ac57beee53fd4ee798c93d04c39b077
2021-10-01 06:54:49 +08:00
ZhongShengping ff788bc636 Add license information in the setup.cfg
Change-Id: Iff8af3fe96a19bc5d7ce723b80637ebdd7ad8184
2021-09-30 16:48:13 +08:00
Takashi Kajinami bb1982a2a4 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: Ic017ed9069c53b24864fa9f8a0b898db18385066
2021-05-11 09:56:40 +00:00
Tobias Urdin 6174264f93 Change openstack-dev to openstack-discuss
Change-Id: I092201f5d9484a3031d572abb433bea8c7f6b1bc
2018-12-02 18:19:58 +01:00
ZhongShengping 650e6a8e6b Update URLs in documents according to document migration
Change-Id: I6fe29ca01e2b4861ad8f6c3ea1d5ff71a1aef5bc
2017-07-14 08:52:18 +08:00
bhavani.cr 706446fc9e Change author in setup.cfg
Changed author to OpenStack in setup.cfg
refer:https://review.openstack.org/#/c/407413

Change-Id: I330aa4c490e7efefa0c0f18a2014dae20e8cf77b
2017-07-04 18:28:31 +05:30
Sharat Sharma 65c28a7e67 Changed the home-page to point Openstack Puppet Homepage
Change-Id: Id292d7010d29949c72615e970a7f9844c3a3eea3
Closes-Bug: #1629876
2016-10-04 10:15:07 +05:30
Emilien Macchi 58d98b61e4 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: If19c16b3e930c9976c3890c351f53adfcea925b0
2016-03-14 08:30:13 -04:00