-
- Downloads
Migrate to copier-base template
This replaces the setup.py package file with pyproject.toml (keeping setuptools and setuptool_scm) and use an implicit namespace declaration for the swh namespace. Also note that due to the poor support of PEP 420 in pytest, it needs a pair of command line arguments to pass all tests (see tox.ini).
Showing
- .copier-answers.yml 11 additions, 0 deletions.copier-answers.yml
- .gitignore 9 additions, 11 deletions.gitignore
- .pre-commit-config.yaml 12 additions, 11 deletions.pre-commit-config.yaml
- mypy.ini 7 additions, 5 deletionsmypy.ini
- pyproject.toml 62 additions, 0 deletionspyproject.toml
- pytest.ini 2 additions, 0 deletionspytest.ini
- requirements-github.txt 0 additions, 1 deletionrequirements-github.txt
- setup.py 0 additions, 89 deletionssetup.py
- swh/__init__.py 0 additions, 3 deletionsswh/__init__.py
- tox.ini 11 additions, 4 deletionstox.ini
.copier-answers.yml
0 → 100644
setup.py
deleted
100755 → 0
swh/__init__.py
deleted
100644 → 0
Please register or sign in to comment