Commit Graph

4 Commits

Author SHA1 Message Date
Ian Wienand 8cf776b6ab setup.py : disable autodiscovery with later setuptools
Disable the autodiscovery [1] for this project; it looks like this is
used basically via it's tox environments and doesn't need to worry
about what packages it creates.

This is hitting now because the translation proposal jobs run under a
3.8 venv which is bringing in newer setuptools.

[1] https://github.com/pypa/setuptools/issues/3197

Change-Id: I1f833f6db5fe14f17c91aa2e1f132c2f0fa62959
2022-07-28 12:59:45 +10:00
OpenStack Proposal Bot 8a5bbaee0e Updated from global requirements
Change-Id: Ie30f50004f7c0a246299aa152487a3751d47a627
2017-03-02 11:45:15 +00:00
Akihiro Motoki 9e18831b39 Updated from global requirements
The commit is generated by the following command
in requirements repository:

  python update.py ../i18n

The automatic job is now under review in
https://review.openstack.org/256976

Change-Id: I1ff2a375c9b251a218e512687e2c77150634e7cf
2015-12-26 21:01:40 +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