We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffd59f3 commit e4a48e0Copy full SHA for e4a48e0
1 file changed
setup.py
@@ -1,6 +1,6 @@
1
from setuptools import setup
2
3
-setup(name = 'vrft',
+setup(name = 'pythonvrft-alessior',
4
version = '0.0.3',
5
description = 'VRFT Python Library',
6
long_description = 'VRFT Python Library',
@@ -16,5 +16,11 @@
16
'numpy',
17
],
18
test_suite = 'nose.collector',
19
- test_requires = ['nose']
+ test_requires = ['nose'],
20
+ classifiers=[
21
+ "Programming Language :: Python :: 3",
22
+ "License :: OSI Approved :: GPL3 License",
23
+ "Operating System :: OS Independent",
24
+ ],
25
+ python_requires='>=3.5',
26
)
0 commit comments