-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
36 lines (30 loc) · 992 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[project]
name = "hazGAN"
version = "2.0.2"
description = "Deep generative modelling for compound hazard sampling."
readme = "README.md"
license = { "text" = "MIT License" }
authors = [
{ name = "Alison Peard", email = "[email protected]" },
]
maintainers = [{ name = "Alison Peard", email = "[email protected]" }]
classifiers = [
"Private :: Do Not Upload",
"Development Status :: 2 - Pre-Alpha",
"Intended Audience :: Science/Research",
# "License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Topic :: Scientific/Engineering :: Artificial Intelligence"
]
keywords = []
requires-python = ">=3.7,<3.11"
dependencies = []
[project.urls]
Homepage = "https://github.com/alisonpeard/hazGAN"
Issues = "https://github.com/alisonpeard/hazGAN/issues"
[build-system]
requires = ["setuptools >= 61.0"]
build-backend = "setuptools.build_meta"
[tool.setuptools]
py-modules = ['hazGAN']