Skip to content
This repository was archived by the owner on Aug 16, 2022. It is now read-only.

Commit a4f450a

Browse files
author
tefenet
committedMar 15, 2019
cambios en setup
1 parent 43dc0cb commit a4f450a

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed
 

‎setup.py

+4-6
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
'gdown',
77
'pathlib',
88
'opencv-python',
9-
'tensorflow',
9+
'tensorflow',
1010
]
1111

1212
project_urls={
@@ -29,12 +29,10 @@
2929
install_requires=REQUIRED_PACKAGES,
3030
#zip_safe=False,
3131
classifiers=[
32-
'Development Status :: 3 - Alpha',
33-
'License :: OSI Approved :: GNU License',
32+
'Development Status :: 2 - Pre-Alpha',
33+
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
3434
'Programming Language :: Python :: 3',
3535
'Programming Language :: Python :: 3.7',
36-
'Topic :: Manager',
37-
'Topic :: Sign Language',
38-
'Topic :: Datasets'
36+
'Topic :: Software Development :: Libraries :: Python Modules'
3937
]
4038
)

0 commit comments

Comments
 (0)
This repository has been archived.