We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36cfcbd commit 61f9066Copy full SHA for 61f9066
pyproject.toml
@@ -1,10 +1,21 @@
1
[tool.poetry]
2
name = "sqlsynthgen"
3
version = "0.3.0"
4
-description = ""
+description = "Synthetic SQL data generator"
5
authors = ["Iain <[email protected]>"]
6
license = "MIT"
7
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/"
19
20
[tool.poetry.dependencies]
21
python = "^3.9,<3.11"
0 commit comments