Release 1.0.10

This commit is contained in:
László Károlyi 2022-11-21 17:38:38 +01:00
parent 32c8f4cdfa
commit 79dc667cb0
Signed by: karolyi
GPG Key ID: 2DCAF25E55735BFE
3 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,7 @@
1.0.10:
- First pypi-free release (they removed everything between 1.0.6 and 1.0.9).
- Removing unnecessary files from the source tarball.
1.0.9:
- License adjustments, help on installing directly from repository

View File

@ -2,8 +2,10 @@ include AUTHORS
include LICENSE
include README.md
include CHANGELOG.txt
recursive-exclude .gitea *
recursive-exclude tests *
recursive-exclude * __pycache__
recursive-exclude * *.pyc
recursive-exclude * *.pyo
recursive-exclude * *.orig
exclude .gitignore .isort.cfg .travis.yml

View File

@ -57,7 +57,7 @@ class BuildPyCommand(build_py):
setup(
name='py3-validate-email',
version='1.0.9',
version='1.0.10',
packages=find_packages(exclude=['tests']),
install_requires=[
'dnspython~=2.2', 'idna~=3.3', 'filelock~=3.7',