8 Commits

Author SHA1 Message Date
ZhongShengping
569cd602f1 Add information technology in the setup.cfg
Change-Id: I3f27107af58505fe62e6bc4b9f94adaf199748da
2021-10-01 06:54:50 +08:00
ZhongShengping
a77157721e Add license information in the setup.cfg
Change-Id: I91eefbe56a5ab5d0be48b2d09f33eb144eada4d3
2021-09-30 16:48:14 +08:00
Takashi Kajinami
d7d4b851ea 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: Iface7b957e17521d1d91f45733f52ce439723f5c
2021-05-11 18:41:36 +09:00
Tobias Urdin
97a9dc3ec0 Change openstack-dev to openstack-discuss
Change-Id: Ib82d1d6029b3f7998edb696108ac499b3c439591
2018-12-02 18:20:43 +01:00
ZhongShengping
562498256c Update URLs in documents according to document migration
Change-Id: I04435b98d990e17694b35fb66c80c3cc910011a0
2017-07-14 08:54:44 +08:00
bhavani.cr
fd35b6c7f0 Change author in setup.cfg
Changed author to OpenStack in setup.cfg
refer:https://review.openstack.org/#/c/407413

Change-Id: Ib5058b3348ae9732029b37de40cccca25838a832
2017-07-04 18:24:25 +05:30
Sharat Sharma
edb1cd7ff8 Changed the home-page to point Openstack Puppet Homepage
Change-Id: Ib62cb7c2c1ea95b7fa70a1c864a1cc025ac7dfc6
Closes-Bug: #1629876
2016-10-04 11:15:03 +05:30
Emilien Macchi
f908e62c10 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: I82b62105f7c11c7bf28a288c690d059a95fc400a
2016-03-14 08:36:16 -04:00