Commit Graph

9 Commits

Author SHA1 Message Date
niuke 88f35e543d 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: Ide8a235ab2ce27d16776f238b670800fde51be0b
2023-08-02 10:00:09 +08:00
ricolin 53800d1057 Remove docs, deprecated hooks, tests
Remove all deprecated hooks and tests.
Also since all test and hooks are removed,
we can remove the declare of python language in classifier.
Since we didn't actually provide any document,
we should remove docs too.

Hooks are maintained as Agents under heat-agents repo now.
Hooks in heat-templates are deprecated for a while. Hence, remove
hooks in heat-templates.

Depends-On: https://review.openstack.org/#/c/584774/
Change-Id: Ia886f71eaf99d75db0f9a6a7dfbe8664995c26e7
2019-01-03 20:18:06 +13:00
shangxiaobj f44b2d591d Update and replace http with https for doc links in heat-templates
1) Update doc links according to OpenStack document migration
2) Use https instead of http for docs links

Change-Id: Id87e91d1f95bcb94c31125c467abab17242cb36f
2018-01-30 12:16:43 -05:00
rabi cedf276918 Add basic stuff to build docs
This adds basic stuff required to build docs.

Change-Id: Ib9b917cc442e73aa177c68b1e1b26792ed2e8cd2
2017-07-20 06:04:50 +00:00
avnish f123aa1491 modify the home-page info with the developer documentation
Change-Id: If0b5ebcd4f8910d3ba07ceca087888b1a8972111
2016-09-20 12:36:44 +05:30
Jenkins d8f057ac7d Merge "Remove Py33 support" 2016-05-23 06:24:39 +00:00
reedip 196e521b0e Remove Py33 support
Python 3.3 support is being dropped from Mitaka
by INFRA team. This patch is updating the same.

Change-Id: I19199f12a4d1ebb24330d90be80696ca2e055dc7
Closes-Bug: #1526170
2016-03-23 02:44:13 +00:00
Doug Hellmann 700e644b40 remove python 2.6 trove classifier
OpenStack projects are no longer being tested under Python 2.6, so
remove the trove classifier implying that this project supports 2.6.

Change-Id: I954f41c15c10221930e011bd7d54e16b4e1a9b66
2015-12-23 01:31:10 +00:00
Derek Higgins 8d0d4deb1d Add python setup config file
Providing a setup cofiguration file can be a benifit for systems
that want to install this files using pip as a package manager.

Change-Id: Ida7f9142147d3cf88076f97a348c3e5ffff0259a
2015-02-05 17:38:43 +00:00