Update PyPI page
This commit is contained in:
parent
a84c41a572
commit
c0be014d17
1 changed files with 4 additions and 1 deletions
|
@ -1,9 +1,12 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "insee_number_translator"
|
name = "insee_number_translator"
|
||||||
version = "0.2.0"
|
version = "0.2.1"
|
||||||
description = "Translate french INSEE number to meaningful data"
|
description = "Translate french INSEE number to meaningful data"
|
||||||
authors = ["Gabriel Augendre <gabriel@augendre.info>"]
|
authors = ["Gabriel Augendre <gabriel@augendre.info>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
homepage = "https://git.augendre.info/gaugendre/insee_number_translator"
|
||||||
|
repository = "https://git.augendre.info/gaugendre/insee_number_translator"
|
||||||
|
readme = "README.md"
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.9"
|
python = "^3.9"
|
||||||
|
|
Loading…
Reference in a new issue