forked from sendgrid/sendgrid-python
- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.py
More file actions
Latest commit
15 lines (13 loc) · 400 Bytes
/
Copy pathsetup.py
File metadata and controls
15 lines (13 loc) · 400 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
importos
fromsetuptoolsimportsetup, find_packages
setup(
name='sendgrid-python',
version='0.1.0',
author='Kane Kim',
author_email='kane@sendgrid.com',
packages=find_packages(),
url='https://github.com/sendgrid/sendgrid-python/',
license='LICENSE.txt',
description='Sendgrid library for python',
long_description='Sendgrid library for python',
)