Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
[project]
name = "simulib"
version = "0.4.0"
version = "0.1.0"
description = "A library that wraps metabolic simulation methods from various frameworks and provides a common framework for input and output handling"
authors = [
{ name = "Vitor Vieira", email = "vvieira@amyris.com"},
{ name = "Joao Fonseca", email = "jfonseca@amyris.com"}
]
license = { file = "LICENSE" }
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3.10",
"Topic :: Scientific/Engineering :: Bio-Informatics",
"Natural Language :: English"
]

requires-python = ">=3.8, <3.11"

dependencies = [
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.