Project info
This commit is contained in:
parent
01e6b0f672
commit
c8814887ad
1 changed files with 3 additions and 1 deletions
|
@ -1,9 +1,11 @@
|
|||
[tool.poetry]
|
||||
name = "pyglet-cornerpin"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
description = "Add a corner pin transform to a pyglet window"
|
||||
authors = ["Ruben van de Ven <git@rubenvandeven.com>"]
|
||||
readme = "README.md"
|
||||
repository = "https://git.rubenvandeven.com/r/pyglet-cornerpin"
|
||||
license = "MIT"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.10"
|
||||
|
|
Loading…
Reference in a new issue