Skip to content

Commit 90a2ca7

Browse files
committed
Merge pull request #2 from strayduy/add-setup-py
Adding a setup.py file to allow for distribution
2 parents d82c3a9 + d46cbc8 commit 90a2ca7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

setup.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
from setuptools import setup
2+
setup(
3+
name='airtable',
4+
version='1.0.0',
5+
packages=['airtable'],
6+
install_requires=['requests>=2.5.3'],
7+
)

0 commit comments

Comments
 (0)