|
16 | 16 | setup(
|
17 | 17 | name="geojson-pydantic",
|
18 | 18 | version="0.2.3",
|
19 |
| - python_requires=">=3.6", |
| 19 | + python_requires=">=3.7", |
20 | 20 | description=u"""Pydantic data models for the GeoJSON spec""",
|
21 | 21 | long_description=readme,
|
22 | 22 | long_description_content_type="text/markdown",
|
|
27 | 27 | "Programming Language :: Python :: 3.9",
|
28 | 28 | "Programming Language :: Python :: 3.8",
|
29 | 29 | "Programming Language :: Python :: 3.7",
|
30 |
| - "Programming Language :: Python :: 3.6", |
31 | 30 | "Topic :: Scientific/Engineering :: GIS",
|
32 | 31 | ],
|
33 | 32 | keywords="geojson pydantic",
|
34 | 33 | author=u"Drew Bollinger",
|
35 | 34 | author_email="drew@developmentseed.org",
|
36 | 35 | url="https://github.com/developmentseed/geojson-pydantic",
|
37 | 36 | license="MIT",
|
38 |
| - packages=find_packages(exclude=["ez_setup", "examples", "tests"]), |
| 37 | + packages=find_packages(exclude=["tests"]), |
39 | 38 | install_requires=inst_reqs,
|
40 | 39 | extras_require=extra_reqs,
|
41 | 40 | package_data={"geojson_pydantic": ["*.typed"]},
|
|
0 commit comments