@@ -4,13 +4,27 @@ authors = [
4
4
5
5
6
6
" Vivienne Groner <[email protected] >" ,
7
- " Taran Rallings <r.tallings @imperial.ac.uk>" ,
7
+ " Taran Rallings <t.rallings @imperial.ac.uk>" ,
8
8
" 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
+
9
14
]
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"
10
24
name = " virtual_ecosystem"
11
25
readme = " README.md"
12
26
repository = " https://github.com/ImperialCollegeLondon/virtual_ecosystem"
13
- version = " 0.1.1a6 "
27
+ version = " 0.1.1a4 "
14
28
15
29
[tool .poetry .scripts ]
16
30
ve_run = " virtual_ecosystem.entry_points:ve_run_cli"
0 commit comments