File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,15 @@ build-backend = "flit_core.buildapi"
44
55[tool .flit .metadata ]
66module = " stitchclient"
7- author = " Jonathan Drake "
8- author-email = " jdrake@narrativescience .com"
7+ author = " Stitch "
8+ author-email = " support@stitchdata .com"
99home-page = " https://github.com/stitchdata/python-stitch-client"
1010description-file = " README.md"
11+ requires = [
12+ " python-dateutil==2.6.1" ,
13+ " msgpack-python" ,
14+ " requests==2.24.0" ,
15+ ]
1116classifiers = [' Programming Language :: Python :: 3 :: Only' ]
1217requires-python = " >=3.5.7,<4"
1318
Original file line number Diff line number Diff line change 44import subprocess
55
66setup (name = "stitchclient" ,
7- version = "0.8.0" ,
7+ version = "0.8.0.post1 " ,
88 description = "A Stitch API client for Python" ,
99 author = "Stitch" ,
1010
Original file line number Diff line number Diff line change 11"""Library for working with the stitch client in python"""
22
3- __version__ = "0.8.0"
3+ __version__ = "0.8.0.post1 "
You can’t perform that action at this time.
0 commit comments