Skip to content

Commit

Permalink
Merge pull request #10 from Kupoman/update-metadata
Browse files Browse the repository at this point in the history
Update metadata in pyproject.toml
  • Loading branch information
Kupoman authored Apr 16, 2019
2 parents 5e17435 + 118debb commit d3c108b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
[tool.poetry]
name = "panda3d-render-pass"
version = "0.1.0"
version = "0.1.1"
license = "MIT"
description = "A Panda3D utility to simplify setting up multi-pass rendering systems"
authors = ["Daniel Stokes <[email protected]>"]
readme = "README.md"
homepage = "https://github.com/Kupoman/panda3d-render-pass"
repository = "https://github.com/Kupoman/panda3d-render-pass"
documentation = "https://github.com/Kupoman/panda3d-render-pass"
classifiers = [
"Development Status :: 3 - Alpha",
"License :: OSI Approved :: MIT License"
]

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

0 comments on commit d3c108b

Please sign in to comment.