mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 11:51:05 -05:00
Remove Python 2 support from packaging
(This is included in the v8.0 distribution)
This commit is contained in:
@@ -2,4 +2,3 @@
|
|||||||
license_file = LICENSE
|
license_file = LICENSE
|
||||||
|
|
||||||
[bdist_wheel]
|
[bdist_wheel]
|
||||||
universal=1
|
|
||||||
|
|||||||
1
setup.py
1
setup.py
@@ -43,6 +43,7 @@ setup(
|
|||||||
license="BSD License",
|
license="BSD License",
|
||||||
packages=["anymail"],
|
packages=["anymail"],
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
|
python_requires='>=3.5',
|
||||||
install_requires=["django>=2.0", "requests>=2.4.3"],
|
install_requires=["django>=2.0", "requests>=2.4.3"],
|
||||||
extras_require={
|
extras_require={
|
||||||
# This can be used if particular backends have unique dependencies.
|
# This can be used if particular backends have unique dependencies.
|
||||||
|
|||||||
Reference in New Issue
Block a user