|
17 | 17 | author_email = '[email protected]', |
18 | 18 | url = 'https://github.com/spacerest/moon', |
19 | 19 | download_url = 'https://github.com/spacerest/moon/archive/v_1_1_9.tar.gz', |
20 | | - keywords = ['MOON', 'ART'], |
| 20 | + keywords = ['MOON', 'ART', 'NASA', 'DIALAMOON'], |
21 | 21 | install_requires=[ |
22 | | - 'numpy>=1.16', |
23 | | - 'opencv-python>=4.5.4.60', |
24 | | - 'matplotlib>=3.8', |
25 | | - ], |
| 22 | + "matplotlib>=3.10,<4.0", |
| 23 | + "certifi>=2025.1,<2027.0", |
| 24 | + "numpy>=2.2,<2.5", |
| 25 | + "opencv-python>=4.11,<5.0", |
| 26 | + "setuptools>=58.1,<69.0", |
| 27 | + ] |
26 | 28 | classifiers=[ |
27 | 29 | 'Development Status :: 4 - Beta', |
28 | 30 | 'Intended Audience :: Other Audience', |
|
32 | 34 | 'Programming Language :: Python :: 3.4', |
33 | 35 | 'Programming Language :: Python :: 3.5', |
34 | 36 | 'Programming Language :: Python :: 3.6', |
| 37 | + 'Programming Language :: Python :: 3.7', |
| 38 | + 'Programming Language :: Python :: 3.8', |
| 39 | + 'Programming Language :: Python :: 3.9', |
| 40 | + 'Programming Language :: Python :: 3.10' |
35 | 41 | ], |
36 | 42 | package_data={'constants': ['res/constants.json']}, |
37 | 43 | include_package_data=True |
|
0 commit comments