File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ name = "ftrack-python-api"
3
3
version = " 0.1.0"
4
4
description = " Python API for ftrack."
5
5
authors = [" ftrack <support@ftrack.com>" ]
6
+ repository = " https://github.com/ftrackhq/ftrack-python"
7
+ documentation = " https://developer.ftrack.com/api-clients/python/"
8
+ license = " Apache-2.0"
6
9
readme = " README.rst"
7
10
packages = [
8
11
{ include = " ftrack_api" , from = " source" },
@@ -17,8 +20,7 @@ files = ["source/ftrack_api/_version.py"]
17
20
[tool .poetry-dynamic-versioning .files ."source/ftrack_api/_version .py" ]
18
21
persistent-substitution = true
19
22
initial-content = """
20
- # These version placeholders will be replaced later during substitution.
21
- __version__ = "0.0.0"
23
+ __version__ = "0.0.0"
22
24
"""
23
25
24
26
[tool .poetry .dependencies ]
Original file line number Diff line number Diff line change 1
- # These version placeholders will be replaced later during substitution.
2
1
__version__ = "0.0.1.dev"
You can’t perform that action at this time.
0 commit comments