We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c96a392 commit 588b64eCopy full SHA for 588b64e
setup.cfg
@@ -0,0 +1,17 @@
1
+[metadata]
2
+name = geocodefarm
3
+version = 4.0
4
+author = Geocode.Farm
5
+description = A lightweight Geocode.Farm API client for Python
6
+long_description = file: README.md
7
+long_description_content_type = text/markdown
8
+url = https://github.com/geocodefarm/geocodefarm-py
9
+license = Unlicense
10
+classifiers =
11
+ Programming Language :: Python :: 3
12
+ License :: OSI Approved :: The Unlicense
13
+ Operating System :: OS Independent
14
+
15
+[options]
16
+packages = find:
17
+python_requires = >=3.7
0 commit comments