Skip to content

Commit

Permalink
Add urls to project
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrgredowski committed Aug 7, 2021
1 parent f6814bf commit 72d665c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
[tool.poetry]
name = "table2sql"
version = "0.1.2"
version = "0.1.3"
authors = ["Piotr Gredowski <[email protected]>"]
license = "MIT"
readme = "README.md"
description = ""
homepage = "https://github.com/piotrgredowski/table2sql"

[tool.poetry.urls]
"Bug Tracker" = "https://github.com/piotrgredowski/table2sql/issues"

[tool.poetry.dependencies]
python = ">=3.6,<4"
Expand Down

0 comments on commit 72d665c

Please sign in to comment.