We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a879200 commit 2446633Copy full SHA for 2446633
pyproject.toml
@@ -3,14 +3,15 @@ requires = ["poetry-core"]
3
build-backend = "poetry.core.masonry.api"
4
5
[tool.poetry]
6
-name = "eipy"
7
-version = "0.1.0"
+name = "ensemble-integration"
+version = "0.1.1"
8
+readme = "README.rst"
9
description = "Ensemble Integration: a customizable pipeline for generating multi-modal, heterogeneous ensembles"
-authors = ["Jamie Bennett", "Yan Chak (Richard) Li"]
10
+authors = ["Jamie Bennett", "Yan Chak (Richard) Li", "Gaurav Pandey"]
11
license = "GNU General Public License version 3"
12
classifiers = [
13
"Programming Language :: Python :: 3",
- "License :: OSI Approved :: GPL-3.0-only",
14
+ "License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
15
"Operating System :: OS Independent",
16
]
17
packages = [
0 commit comments