Skip to content

Commit

Permalink
Merge pull request #116 from alan-turing-institute/pypi-repo
Browse files Browse the repository at this point in the history
Add URLs and more detail to pyproject.toml
  • Loading branch information
mhauru authored Jul 19, 2023
2 parents 36cfcbd + 1c00ae8 commit d9c95a2
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
[tool.poetry]
name = "sqlsynthgen"
version = "0.3.0"
description = ""
description = "Synthetic SQL data generator"
authors = ["Iain <[email protected]>"]
license = "MIT"
readme = "README.md"
classifiers = [
"Environment :: Console",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Topic :: Database",
"Topic :: Utilities",
]

[project.urls]
homepage = "https://github.com/alan-turing-institute/sqlsynthgen"
documentation = "https://sqlsynthgen.readthedocs.io/en/stable/"

[tool.poetry.dependencies]
python = "^3.9,<3.11"
Expand Down

0 comments on commit d9c95a2

Please sign in to comment.