Commit Graph

9 Commits

Author SHA1 Message Date
ZhongShengping a1657e083d Add information technology in the setup.cfg
Change-Id: I36ef70ea01366d6e69d6a564f6d9ccbd94f114fb
2021-10-01 06:54:49 +08:00
ZhongShengping 742b583c28 Add license information in the setup.cfg
Change-Id: Ic07f35cfda6e3e61a7870f5cbc9efd848607cd80
2021-09-30 16:48:13 +08:00
Takashi Kajinami 9e31c1c78f 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: Id9be068186e8b13c2474a597a107df166d992efa
2021-05-11 09:36:15 +00:00
Tobias Urdin 7a581215d9 Change openstack-dev to openstack-discuss
Change-Id: I1b24c99e2644c26576b379cc3b0816ce419256b2
2018-12-02 18:19:56 +01:00
Jenkins 58cbe32dad Merge "Update URLs in documents according to document migration" 2017-07-21 20:42:03 +00:00
ZhongShengping 7b918a8b85 Update URLs in documents according to document migration
Change-Id: Ic12d16024f3fb4868e54ec3cea8f758e19048666
2017-07-14 12:37:34 +08:00
Van Hung Pham 4a6e68b9fb Correcting author
Changed author to OpenStack for the sake of consistent naming
convention as other OpenStack projects.

Change-Id: I5d02bcf942d02e73e8defe35c79ffc2528d9573c
2017-06-19 01:00:09 +00:00
Sharat Sharma dd5382801a Changed the home-page to point Openstack Puppet Homepage
Change-Id: I49568389b9a250cb5485c8b5597a388c07e9d0f0
Closes-Bug: #1629876
2016-10-04 10:13:53 +05:30
Emilien Macchi 57ff7518cf 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: Icce3eb1ea97ebaed3cbdead06adc5916add347e1
2016-03-14 08:29:25 -04:00