Skip to content

Commit 87c7d45

Browse files
authored
chore: missing metadata. (#39)
1 parent dd4ad55 commit 87c7d45

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name = "ftrack-python-api"
33
version = "0.1.0"
44
description = "Python API for ftrack."
55
authors = ["ftrack <[email protected]>"]
6+
repository = "https://github.com/ftrackhq/ftrack-python"
7+
documentation = "https://developer.ftrack.com/api-clients/python/"
8+
license = "Apache-2.0"
69
readme = "README.rst"
710
packages = [
811
{ include = "ftrack_api", from = "source" },
@@ -17,8 +20,7 @@ files = ["source/ftrack_api/_version.py"]
1720
[tool.poetry-dynamic-versioning.files."source/ftrack_api/_version.py"]
1821
persistent-substitution = true
1922
initial-content = """
20-
# These version placeholders will be replaced later during substitution.
21-
__version__ = "0.0.0"
23+
__version__ = "0.0.0"
2224
"""
2325

2426
[tool.poetry.dependencies]

source/ftrack_api/_version.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
# These version placeholders will be replaced later during substitution.
21
__version__ = "0.0.1.dev"

0 commit comments

Comments
 (0)