Skip to content

Commit 588b64e

Browse files
authored
Create setup.cfg
Initial Commit
1 parent c96a392 commit 588b64e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

setup.cfg

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)