We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 981049c commit 7a2e016Copy full SHA for 7a2e016
pyproject.toml
@@ -0,0 +1,15 @@
1
+[build-system]
2
+requires = ["flit_core >=2,<3"]
3
+build-backend = "flit_core.buildapi"
4
+
5
+[tool.flit.metadata]
6
+module = "stitchclient"
7
+author = "Jonathan Drake"
8
+author-email = "[email protected]"
9
+home-page = "https://github.com/NarrativeScience/python-stitch-client"
10
+description-file = "README.md"
11
+requires-python = ">=3.6,<4"
12
13
+[tool.flit.sdist]
14
+include = ["LICENSE"]
15
+exclude = ["tests/"]
stitchclient/__init__.py
@@ -0,0 +1,3 @@
+"""Library for working with the stitch client in python"""
+__version__ = "0.8.0"
0 commit comments