Skip to content

Commit 8a64d37

Browse files
committed
remove class in the setup
1 parent 1cd3b11 commit 8a64d37

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

setup.py

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,5 @@
1414
install_requires=[
1515
# requires list and version
1616
'numpy>=1.23.5'
17-
],
18-
classifiers=[
19-
'Development Status :: 3 - Alpha',
20-
'Intended Audience :: Developers',
21-
'License :: OSI Approved :: Apache-2.0 License',
22-
'Programming Language :: Python :: 3',
23-
'Programming Language :: Python :: 3.7',
24-
'Programming Language :: Python :: 3.8',
25-
'Programming Language :: Python :: 3.10',
26-
'Programming Language :: Python :: 3.11',
27-
],
17+
]
2818
)

0 commit comments

Comments
 (0)