Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
03bennej committed Oct 26, 2023
1 parent a879200 commit 2446633
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@ requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "eipy"
version = "0.1.0"
name = "ensemble-integration"
version = "0.1.1"
readme = "README.rst"
description = "Ensemble Integration: a customizable pipeline for generating multi-modal, heterogeneous ensembles"
authors = ["Jamie Bennett", "Yan Chak (Richard) Li"]
authors = ["Jamie Bennett", "Yan Chak (Richard) Li", "Gaurav Pandey"]
license = "GNU General Public License version 3"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GPL-3.0-only",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: OS Independent",
]
packages = [
Expand Down

0 comments on commit 2446633

Please sign in to comment.