Commit Graph

8 Commits

Author SHA1 Message Date
ZhongShengping 0296a2a093 Add information technology in the setup.cfg
Change-Id: I6cb3b092c842d25d184fc41c77e8d40731360ee4
2021-10-01 06:54:49 +08:00
ZhongShengping 0fa26be707 Add license information in the setup.cfg
Change-Id: I8e4e656bc1161e633b6e37abe9c2922c3d83cadb
2021-09-30 16:48:13 +08:00
YuehuiLei e8c9ec9015 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: Ia11e950e1f9c226a9c0d438aeba76cfec87e3ffd
2021-05-11 09:22:01 +00:00
Tobias Urdin 632097c477 Change openstack-dev to openstack-discuss
Change-Id: I5caaadeada8e70dd33f79c3c8cca9a22a25bf8f8
2018-12-06 08:53:11 +00:00
ZhongShengping e14c128f23 Update URLs in documents according to document migration
Change-Id: Id5d1a90535abdc9d4c3e105cd6e2772b6899d637
2017-07-14 08:53:02 +08:00
Luong Anh Tuan 60e0a24bb5 Changed author
Changed author to OpenStack

Change-Id: I1d5fd6d375f8054e87781dcd526a88e06c98d1eb
2017-06-12 21:03:06 +07:00
Sharat Sharma 15ecd749a0 Changed the home-page to point Openstack Puppet Homepage
Change-Id: Ifbc70e50ac35d99fd36bbc4b85663e141e8736ed
Closes-Bug: #1629876
2016-10-04 11:00:04 +05:30
Emilien Macchi 35ace1c6c6 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: Ic52af526e8fefb2c03b84d2caebbba4a834f51f4
2016-03-14 23:18:52 +00:00