5
5
6
6
from fordev import __version__
7
7
from fordev import __author__
8
- from fordev import __email__
9
8
10
9
11
10
here = os .path .abspath (os .path .dirname (__file__ ))
@@ -59,7 +58,7 @@ def run(self):
59
58
long_description_content_type = 'text/markdown' ,
60
59
license = 'MIT License' ,
61
60
author = __author__ ,
62
- author_email = __email__ ,
61
+
63
62
url = 'https://github.com/matheusfelipeog/fordev' ,
64
63
packages = find_packages (
65
64
exclude = ('tests' ,)
@@ -70,7 +69,7 @@ def run(self):
70
69
'colorama'
71
70
],
72
71
zip_safe = False ,
73
- python_requires = '>=3.6 ' ,
72
+ python_requires = '>=3.7 ' ,
74
73
project_urls = {
75
74
"Bug Tracker" : "https://github.com/matheusfelipeog/fordev/issues" ,
76
75
"Documentation" : "https://fordev.readthedocs.io/" ,
@@ -90,10 +89,10 @@ def run(self):
90
89
'Natural Language :: Portuguese (Brazilian)' ,
91
90
'Operating System :: OS Independent' ,
92
91
'Programming Language :: Python' ,
93
- 'Programming Language :: Python :: 3.6' ,
94
92
'Programming Language :: Python :: 3.7' ,
95
93
'Programming Language :: Python :: 3.8' ,
96
94
'Programming Language :: Python :: 3.9' ,
95
+ 'Programming Language :: Python :: 3.10' ,
97
96
'Programming Language :: Python :: Implementation :: CPython' ,
98
97
'Topic :: Software Development :: Libraries' ,
99
98
'Topic :: Software Development :: Libraries :: Python Modules'
0 commit comments