- Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathsetup.py
More file actions
Latest commit
18 lines (15 loc) · 511 Bytes
/
Copy pathsetup.py
File metadata and controls
18 lines (15 loc) · 511 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
__author__='gokhan'
fromsetuptoolsimportsetup
setup(
name='postcode.io',
packages=['lib'],
version='0.1.1',
author='Gokhan Karadas',
author_email='gokhan.karadas1992@gmail.com',
download_url="https://github.com/previousdeveloper/PythonPostcodesWrapper",
url='https://github.com/previousdeveloper/PythonPostcodesWrapper',
license='LICENSE',
description='Postcode & Geolocation API for UK for python',
install_requires=['requests'],
include_package_data=True
)