File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -18,20 +18,16 @@ def _post_install():
18
18
19
19
setup (
20
20
name = 'apertium-python' ,
21
- # version='',
21
+ # TODO: Add version description, keywords, author, author_email
22
22
license = 'GNU General Public License v3.0 ' ,
23
- # description='',
24
23
long_description = open (path .join (path .abspath (path .dirname (__file__ )), 'README.md' )).read (),
25
24
long_description_content_type = 'text/markdown; charset=UTF-8' ,
26
- # keywords='',
27
- # author='',
28
- # author_email='',
29
25
url = 'https://github.com/apertium/apertium-python' ,
30
26
python_requires = '>=3.4' ,
31
27
install_requires = [
32
28
'apertium-streamparser==5.0.2' ,
33
29
],
34
- test_suite = 'tests' ,
30
+ test_suite = 'tests' ,
35
31
packages = find_packages (exclude = ['tests' ]),
36
32
cmdclass = {
37
33
'install' : PostInstallCommand ,
You can’t perform that action at this time.
0 commit comments