|
1 | | -v = "0.0.1" |
| 1 | +v = "0.0.2b0" |
2 | 2 | """A setuptools based setup module. |
3 | 3 | See: |
4 | 4 | https://packaging.python.org/guides/distributing-packages-using-setuptools/ |
|
88 | 88 | # 3 - Alpha |
89 | 89 | # 4 - Beta |
90 | 90 | # 5 - Production/Stable |
91 | | - 'Development Status :: 5 - Production/Stable', |
| 91 | + 'Development Status :: 4 - Beta', |
92 | 92 |
|
93 | 93 | # Indicate who your project is intended for |
94 | 94 | 'Intended Audience :: Developers', |
|
101 | 101 | # that you indicate you support Python 3. These classifiers are *not* |
102 | 102 | # checked by 'pip install'. See instead 'python_requires' below. |
103 | 103 | 'Programming Language :: Python :: 3', |
| 104 | + 'Programming Language :: Python :: 3.5', |
104 | 105 | 'Programming Language :: Python :: 3.6', |
105 | 106 | 'Programming Language :: Python :: 3.7', |
106 | 107 | 'Programming Language :: Python :: 3.8', |
107 | | - 'Programming Language :: Python :: 3.9', |
108 | 108 | 'Programming Language :: Python :: 3 :: Only', |
109 | 109 | ], |
110 | 110 |
|
|
135 | 135 | # 'Programming Language' classifiers above, 'pip install' will check this |
136 | 136 | # and refuse to install the project if the version does not match. See |
137 | 137 | # https://packaging.python.org/guides/distributing-packages-using-setuptools/#python-requires |
138 | | - python_requires = '>=3.6, <4', |
| 138 | + python_requires = '>=3.5, <=3.8', |
139 | 139 |
|
140 | 140 | # This field lists other packages that your project depends on to run. |
141 | 141 | # Any package you put here will be installed by pip when your project is |
142 | 142 | # installed, so they must be valid existing projects. |
143 | 143 | # |
144 | 144 | # For an analysis of "install_requires" vs pip's requirements files see: |
145 | 145 | # https://packaging.python.org/en/latest/requirements.html |
146 | | - install_requires = ["numpy", "tensorflow", "keras", "Colr", "opencv-contrib-python", "mediapipe", "pipwin"],# + ["nqs"] disabled |
| 146 | + install_requires = ["numpy", "tensorflow", "keras", "Colr", "opencv-contrib-python", "mediapipe", "pipwin"], |
147 | 147 |
|
148 | 148 | # List additional groups of dependencies here (e.g. development |
149 | 149 | # dependencies). Users will be able to install these using the "extras" |
|
0 commit comments