Commit Graph

8 Commits

Author SHA1 Message Date
ZhongShengping caa5264b8e Add information technology in the setup.cfg
Change-Id: I47cdd5c9ba313968724ed5c490db7bbf19ad47a8
2021-10-01 06:54:49 +08:00
ZhongShengping e83cceb0a0 Add license information in the setup.cfg
Change-Id: I449d4abaf04fb0579cb2a393391f6b902e278c00
2021-09-30 16:48:13 +08:00
Takashi Kajinami a956fcc5e3 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: Ie2b6bee1a8d2221f0eefd5f55b005875762be539
2021-05-11 18:27:49 +09:00
Tobias Urdin 3006496fa2 Change openstack-dev to openstack-discuss
Change-Id: I6dca0ce34e32d1f8b72973337c3a5386e03c5218
2018-12-02 18:19:47 +01:00
ZhongShengping c4c5da130f Update URLs in documents according to document migration
Change-Id: Idfb264b20bea018d5622f7607e6521a47f0348fe
2017-07-14 08:51:41 +08:00
Van Hung Pham bde0ecc5a7 Correcting author
Changed author to OpenStack for the sake of consistent naming
convention as other OpenStack projects.

Change-Id: I9b534abce492cd6e6be737d97c27404620d12edd
2017-06-19 00:57:25 +00:00
Sharat Sharma 975d7ab339 Changed the home-page to point Openstack Puppet Homepage
Change-Id: I74247b08b40ced0299b7135e39e0ff6788817a6a
Closes-Bug: #1629876
2016-10-04 10:07:18 +05:30
Emilien Macchi 7695d6deb2 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: I205b179a6bff595c4eee564836d77b1981aa61c9
2016-03-14 08:28:13 -04:00