Skip to content

Commit e4a48e0

Browse files
committed
update setup
1 parent ffd59f3 commit e4a48e0

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

setup.py

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup
22

3-
setup(name = 'vrft',
3+
setup(name = 'pythonvrft-alessior',
44
version = '0.0.3',
55
description = 'VRFT Python Library',
66
long_description = 'VRFT Python Library',
@@ -16,5 +16,11 @@
1616
'numpy',
1717
],
1818
test_suite = 'nose.collector',
19-
test_requires = ['nose']
19+
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',
2026
)

0 commit comments

Comments
 (0)