Skip to content

Commit 11c54bc

Browse files
committed
build: remove setup.py and setup.cfg
1 parent 30856df commit 11c54bc

File tree

5 files changed

+8
-29
lines changed

5 files changed

+8
-29
lines changed

django_coverage_plugin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
"""Django Template Coverage Plugin"""
55

6-
__version__ = "3.1.1rc1"
6+
__version__ = "3.1.1rc2"
77

88
from .plugin import DjangoTemplatePluginException # noqa
99
from .plugin import DjangoTemplatePlugin

howto.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
* Release checklist
22

3-
- Version number in setup.py
4-
- Classifiers in setup.py
3+
- Version number in __init__.py
4+
- Classifiers in pyproject.toml
55
https://pypi.python.org/pypi?%3Aaction=list_classifiers
66
eg:
77
Development Status :: 3 - Alpha
88
Development Status :: 5 - Production/Stable
99
- Copyright date in NOTICE.txt
1010
- Update README.rst with latest changes
1111
- Kits:
12-
$ make clean kit
13-
$ make kit_upload
12+
$ make clean dist
13+
$ make test_pypi
14+
$ make pypi
1415
$ make tag
1516
$ make ghrelease

setup.cfg

Lines changed: 0 additions & 5 deletions
This file was deleted.

setup.py

Lines changed: 0 additions & 17 deletions
This file was deleted.

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ deps =
4949
isort
5050

5151
commands =
52-
flake8 --max-line-length=100 setup.py django_coverage_plugin tests setup.py
53-
isort --check-only --diff django_coverage_plugin tests setup.py
52+
flake8 --max-line-length=100 django_coverage_plugin tests
53+
isort --check-only --diff django_coverage_plugin tests
5454

5555
[testenv:pkgcheck]
5656
skip_install = true

0 commit comments

Comments
 (0)