Skip to content

Commit

Permalink
Add additional package metadata (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahggns authored Apr 25, 2022
1 parent 1be0616 commit ce0bf55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
name = "palantir-sdk"
version = "0.0.0" # placeholder, updated by git describe during publish
description = "Palantir Python SDK"
license = "Apache-2.0"
authors = ["Andrew Higgins <[email protected]>"]
packages = [{include = "palantir"}]
include = ["palantir/_version.py"]
homepage = "https://github.com/palantir/palantir-python-sdk"

[tool.poetry.dependencies]
python = "^3.8"
Expand Down

0 comments on commit ce0bf55

Please sign in to comment.