|
27 | 27 | setup( |
28 | 28 | author="Qiusheng Wu", |
29 | 29 | |
30 | | - python_requires='>=3.7', |
| 30 | + python_requires='>=3.8', |
31 | 31 | classifiers=[ |
32 | | - 'Development Status :: 2 - Pre-Alpha', |
33 | 32 | 'Intended Audience :: Developers', |
34 | 33 | 'License :: OSI Approved :: MIT License', |
35 | 34 | 'Natural Language :: English', |
36 | 35 | 'Programming Language :: Python :: 3', |
37 | | - 'Programming Language :: Python :: 3.7', |
38 | 36 | 'Programming Language :: Python :: 3.8', |
39 | 37 | 'Programming Language :: Python :: 3.9', |
40 | 38 | 'Programming Language :: Python :: 3.10', |
| 39 | + 'Programming Language :: Python :: 3.11', |
41 | 40 | ], |
42 | | - description="Meta AI' Segment Anything Model for Geospatial Data", |
| 41 | + description="Meta AI' Segment Anything Model (SAM) for Geospatial Data", |
43 | 42 | install_requires=install_requires, |
44 | 43 | dependency_links=dependency_links, |
45 | 44 | license="MIT license", |
|
52 | 51 | setup_requires=setup_requirements, |
53 | 52 | test_suite='tests', |
54 | 53 | tests_require=test_requirements, |
55 | | - url='https://github.com/giswqs/segment-geospatial', |
| 54 | + url='https://github.com/opengeos/segment-geospatial', |
56 | 55 | version='0.0.1', |
57 | 56 | zip_safe=False, |
58 | 57 | ) |
0 commit comments