Skip to content

Commit eb8d6d1

Browse files
committed
Broken pyproject.toml - no idea how
1 parent 934cb66 commit eb8d6d1

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

pyproject.toml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,27 @@ authors = [
44
"David Orme <[email protected]>",
55
"Jacob Cook <[email protected]>",
66
"Vivienne Groner <[email protected]>",
7-
"Taran Rallings <r.tallings@imperial.ac.uk>",
7+
"Taran Rallings <t.rallings@imperial.ac.uk>",
88
"Olivia Daniel <[email protected]>",
9+
"Jaideep Joshi <[email protected]>",
10+
"Anna Rallings <[email protected]>",
11+
"Priyanga Amarasekare <[email protected]>",
12+
"Diego Alonso Alvarez <[email protected]>",
13+
"Alex Dewar <[email protected]>",
914
]
15+
classifiers = [
16+
"Development Status :: 2 - Pre-Alpha",
17+
"Intended Audience :: Science/Research",
18+
"License :: OSI Approved :: BSD License",
19+
"Topic :: Scientific/Engineering",
20+
]
21+
description = """An holistic ecosystem simulation model."""
22+
homepage = "https://virtual-ecosystem.readthedocs.io/"
23+
license = "BSD-3-Clause"
1024
name = "virtual_ecosystem"
1125
readme = "README.md"
1226
repository = "https://github.com/ImperialCollegeLondon/virtual_ecosystem"
13-
version = "0.1.1a6"
27+
version = "0.1.1a4"
1428

1529
[tool.poetry.scripts]
1630
ve_run = "virtual_ecosystem.entry_points:ve_run_cli"

0 commit comments

Comments
 (0)