Commit Graph

7 Commits (master)

Author SHA1 Message Date
jiangzhilin 980bfd4224 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: Ia23c43d393091291bdcfcb36858677972e2cfb52
2021-05-05 02:42:18 +00:00
Andreas Jaeger 276d2cf9b6 Cleanup py27 support
This repo is now testing only with Python 3, so let's make
a few cleanups:
- Add requires on python >= 3.6 to setup.cfg so that pypi and pip
  know about the requirement
- Remove obsolete sections from setup.cfg
- Update requirements, no need for python_version anymore
- Use newer openstackdocstheme and Sphinx versions
- Remove install_command from tox.ini, the default is fine
- Remove babel.cfg, it's not needed
- move basepython into testenv

Change-Id: I4c0e3b9b12c6b46c3b6b6a2f8f96e6996421dd8d
2020-05-03 17:12:48 +02:00
liuwei 9669efaa3f update git.openstack.org to opendev
Change-Id: I7fcdce372ef6e093c36a4f6bd6f3e89775b21310
2019-05-20 19:28:22 +00:00
Natal Ngétal 47aba4556d [Documentation] Migrate the format.
Moved the file to README.rst for consistency with other OpenStack
project documentation.

Change-Id: I47035688b15edc1b7f6b70ee5d336b00ab22d5ff
2019-04-10 10:26:45 +02:00
huang.zhiping c3dc41af42 Change openstack-dev to openstack-discuss
Mailinglists have been updated. Openstack-discuss replaces openstack-dev.

Change-Id: Ic991ca7c22df3b60f360e6a77fe9d313d63a3bf8
2019-01-14 12:04:31 +00:00
Emilien Macchi 7576296b6c Update repository after OpenStack migration
* Add .gitignore
* Update .gitreview (we thought it would be on Stackforge, but finally
  it's on OpenStack)
* Add .testr.conf
* Update run-flake8 script to avoid error when running flake8 without
  elements.
* Update setup.cfg with correct name & description
* Add no_dup_filenames unit test (required to have py27 gate working)

Change-Id: Iea79eb5ccaa5ea765730ca99e146e54a3c0812f9
2014-10-02 09:53:08 -04:00
Emilien Macchi 917b05d9d6 Basic structure imported from tripleo-image-elements
Imported from tripleo-image-elements, this is the basic structure.

Signed-off-by: Emilien Macchi <emilien.macchi@enovance.com>
2014-09-08 18:58:08 -04:00