forked from FeeFighters/samurai-client-python
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.py
More file actions
Latest commit
11 lines (11 loc) · 317 Bytes
/
Copy pathsetup.py
File metadata and controls
11 lines (11 loc) · 317 Bytes
1
2
3
4
5
6
7
8
9
10
11
fromdistutils.coreimportsetup
setup(
name="samurai",
version="0.5.3",
description="Samurai Python API",
author="samurai@feefighters.com",
author_email="samurai@feefighters.com",
url="https://samurai.feefighters.com/developers/python",
packages=["samurai"],
tests_require=["nose"]
)