File tree Expand file tree Collapse file tree 2 files changed +9
-12
lines changed Expand file tree Collapse file tree 2 files changed +9
-12
lines changed Original file line number Diff line number Diff line change 1- __version__ = "0.1 .0"
1+ __version__ = "0.3 .0"
22from .model import EfficientNet
33from .utils import (
44 GlobalParams ,
Original file line number Diff line number Diff line change 18181919AUTHOR = 'Luke'
2020REQUIRES_PYTHON = '>=3.5.0'
21- VERSION = '0.2 .0'
21+ VERSION = '0.3 .0'
2222
2323# What packages are required for this module to be executed?
2424REQUIRED = [
@@ -109,16 +109,13 @@ def run(self):
109109 extras_require = EXTRAS ,
110110 include_package_data = True ,
111111 license = 'Apache' ,
112- # classifiers=[
113- # # Trove classifiers
114- # # Full list: https://pypi.python.org/pypi?%3Aaction=list_classifiers
115- # 'License :: OSI Approved :: MIT License',
116- # 'Programming Language :: Python',
117- # 'Programming Language :: Python :: 3',
118- # 'Programming Language :: Python :: 3.6',
119- # 'Programming Language :: Python :: Implementation :: CPython',
120- # 'Programming Language :: Python :: Implementation :: PyPy'
121- # ],
112+ classifiers = [
113+ # Full list: https://pypi.python.org/pypi?%3Aaction=list_classifiers
114+ 'License :: OSI Approved :: Apache Software License' ,
115+ 'Programming Language :: Python' ,
116+ 'Programming Language :: Python :: 3' ,
117+ 'Programming Language :: Python :: 3.6' ,
118+ ],
122119 # $ setup.py publish support.
123120 cmdclass = {
124121 'upload' : UploadCommand ,
You can’t perform that action at this time.
0 commit comments