Commit Graph

8 Commits

Author SHA1 Message Date
ZhongShengping 284155d927 Add information technology in the setup.cfg
Change-Id: I9be1259cc3f843136403500166a6704138659bda
2021-10-01 06:54:49 +08:00
ZhongShengping 1354f7b5bc Add license information in the setup.cfg
Change-Id: Idfcafad5c59d2a1c718b7c8e18d939894e1c8264
2021-09-30 16:48:13 +08:00
Takashi Kajinami 1a0fbe36e1 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: If98056b20166e2eec6418775758342af5dc0a0b6
2021-05-11 10:08:56 +00:00
Tobias Urdin 287b45dcee Change openstack-dev to openstack-discuss
Change-Id: I0aa2abbe7afa66824f77f2df287711c1c7929cd5
2018-12-02 18:20:01 +01:00
ZhongShengping 7de3ac2529 Update URLs in documents according to document migration
Change-Id: I9849b6f5327cc1846e534fe5824c79b22c312dd7
2017-07-14 12:40:59 +08:00
bhavani.cr a657eb7785 Change author in setup.cfg
Changed author to OpenStack in setup.cfg
refer:https://review.openstack.org/#/c/407413

Change-Id: Ibf4cac49de59019d4865d597aa225d4d3be2873c
2017-07-04 18:17:17 +05:30
Sharat Sharma c97d3a4a21 Changed the home-page to point Openstack Puppet Homepage
Change-Id: I8ca020f990c589b1876c39f5d74c1bf957da6795
Closes-Bug: #1629876
2016-10-04 10:33:59 +05:30
Emilien Macchi bebd4cc8ea 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: I387fcdab171d954f8f2d2d8b5c609c2a3564bb9d
2016-01-26 14:30:35 -05:00