Commit Graph

8 Commits

Author SHA1 Message Date
Takashi Kajinami 8f32225672 setup.cfg: Replace dashes with underscores
Since setuptools v54.1.0[1], dash-separated options causes a warning
message like [2] and we should replace dashes with underscores.

[1] https://github.com/pypa/setuptools/commit/a2e9ae4cb

[2]
UserWarning: Usage of dash-separated 'description-file' will not be
supported in future versions. Please use the underscore name
'description_file' instead

Change-Id: I05d9c484bb669ae33211e88924b20b7cfe7d0d67
2021-07-10 13:44:29 +00:00
Andreas Jaeger fb8bc0b09b [ussuri][goal] Drop python 2.7 support
OpenStack is dropping the py2.7 support in ussuri cycle.

Complete discussion & schedule can be found in
- http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html
- https://etherpad.openstack.org/p/drop-python2-support

Ussuri Communtiy-wide goal:
https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html

Cleanup setup.cfg.
Update hacking for python3.
Remove six usage.

Change-Id: I37da6ad3306af138aa16cf73a116f0391d06675f
2020-02-12 08:24:32 +00:00
huang.zhiping 9bb16c753d Update home-page
Change-Id: I7822b51127fe09bb9db85ef1918fe9faf1000b87
2019-01-12 09:58:56 +00:00
Akihiro Motoki dc64eba44d Enable warning-on-error in Sphinx 1.5
This is useful to prevent future warnings.

Note that there is no sphinx error or warning now.

Change-Id: I6799bd61d159070d41ce2b306d088ddd3859230d
2017-03-25 17:10:45 +09:00
Akihiro Motoki 0bb8279674 Specify no_fuzzy_matching to True for update_catalog
update_catalog is used to update glossary PO files.
In glossary PO files, fuzzy matching proposes inappropriate entries
and as a result it is useless in most cases.
It looks reasonable to set no_fuzzy_matching to True in our use cases.

Change-Id: I3a77cb7ed231173fce27c666a9eed2821612d57c
2016-09-09 15:01:17 +09:00
Akihiro Motoki ad0e1bc3a9 update_catalog definition to update glossary
Change-Id: I5163fffa79d5b5e57fab5011f9a5c79c404b9698
2016-03-06 22:53:49 +09:00
KATO Tomoyuki dd1c1e49e1 Update Python version at setup.cfg for Mitaka
Python 3: Python 3.4 support
Python 2: Python 2.6 support dropped, Python 2.7 only
https://wiki.openstack.org/wiki/Python3

Change-Id: I99def31dd90d70ea1e16fa3491f409356eeaa03f
2015-12-13 08:16:56 +09:00
KATO 1c6b5ab0e4 Set up the initial documentation infra
This commit adds tox.ini and define test targets.
Naming of tox targets follows OpenStack most projects:
- docs for document generation

For mainly a testing purpose, contributor-guide/source/index.rst
includes CONTRIBUTING.rst at the top level.
To generate the current doc, run "tox -e docs".

setup.py and setup.cfg are added because they are
required to publish the docs to docs.o.o.

Co-Authored-By: Akihiro Motoki <amotoki@gmail.com>
Implements: blueprint i18n-contributor-guide
Change-Id: Iaf3b09865ced8b30f987b68a07c2970d2b425708
2015-11-09 20:23:19 +09:00