Merge "Update package metadata and tox4 setup"

This commit is contained in:
Zuul 2023-03-24 22:00:38 +00:00 committed by Gerrit Code Review
commit b9756409bd
3 changed files with 6 additions and 2 deletions

View File

@ -0,0 +1 @@
__all__ = []

View File

@ -17,7 +17,9 @@ classifier =
Programming Language :: Python :: 3.6
[files]
packages = openstack_election
packages =
openstack_election
openstack_election.templates
[entry_points]
console_scripts =

View File

@ -2,10 +2,11 @@
envlist = docs,linters,py3
minversion = 3.1.0
ignore_basepython_conflict=true
package = editable
skip_install = true
[testenv]
basepython = python3
usedevelop = True
setenv = VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt