Skip to content

Commit 78d86cc

Browse files
committed
Drop Python 3.7
1 parent 987fb21 commit 78d86cc

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![image](https://img.shields.io/conda/vn/conda-forge/segment-geospatial.svg)](https://anaconda.org/conda-forge/segment-geospatial)
66

77

8-
**Meta AI' Segment Anything Model for Geospatial Data**
8+
**Meta AI' Segment Anything Model (SAM) for Geospatial Data**
99

1010

1111
- Free software: MIT license

setup.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,18 @@
2727
setup(
2828
author="Qiusheng Wu",
2929
author_email='[email protected]',
30-
python_requires='>=3.7',
30+
python_requires='>=3.8',
3131
classifiers=[
32-
'Development Status :: 2 - Pre-Alpha',
3332
'Intended Audience :: Developers',
3433
'License :: OSI Approved :: MIT License',
3534
'Natural Language :: English',
3635
'Programming Language :: Python :: 3',
37-
'Programming Language :: Python :: 3.7',
3836
'Programming Language :: Python :: 3.8',
3937
'Programming Language :: Python :: 3.9',
4038
'Programming Language :: Python :: 3.10',
39+
'Programming Language :: Python :: 3.11',
4140
],
42-
description="Meta AI' Segment Anything Model for Geospatial Data",
41+
description="Meta AI' Segment Anything Model (SAM) for Geospatial Data",
4342
install_requires=install_requires,
4443
dependency_links=dependency_links,
4544
license="MIT license",
@@ -52,7 +51,7 @@
5251
setup_requires=setup_requirements,
5352
test_suite='tests',
5453
tests_require=test_requirements,
55-
url='https://github.com/giswqs/segment-geospatial',
54+
url='https://github.com/opengeos/segment-geospatial',
5655
version='0.0.1',
5756
zip_safe=False,
5857
)

0 commit comments

Comments
 (0)