Skip to content

Commit d9c95a2

Browse files
authored
Merge pull request #116 from alan-turing-institute/pypi-repo
Add URLs and more detail to pyproject.toml
2 parents 36cfcbd + 1c00ae8 commit d9c95a2

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

pyproject.toml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,21 @@
11
[tool.poetry]
22
name = "sqlsynthgen"
33
version = "0.3.0"
4-
description = ""
4+
description = "Synthetic SQL data generator"
55
authors = ["Iain <[email protected]>"]
66
license = "MIT"
77
readme = "README.md"
8+
classifiers = [
9+
"Environment :: Console",
10+
"License :: OSI Approved :: MIT License",
11+
"Programming Language :: Python :: 3",
12+
"Topic :: Database",
13+
"Topic :: Utilities",
14+
]
15+
16+
[project.urls]
17+
homepage = "https://github.com/alan-turing-institute/sqlsynthgen"
18+
documentation = "https://sqlsynthgen.readthedocs.io/en/stable/"
819

920
[tool.poetry.dependencies]
1021
python = "^3.9,<3.11"

0 commit comments

Comments
 (0)