Skip to content
Open
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
35 changes: 35 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
[project]
name = "troppo"
version = "0.1.0"
description = "Reconstruction algorithms for Python"
authors = [
{name = "Jorge Ferreira", email = "jorge.ferreira@ceb.uminho.pt"},
{name = "Vítor Vieira"}
]
readme = "README.rst"
license = {file = "LICENSE.txt"}
requires-python = ">=3.9"
dependencies = [
"cobamp>=0.2.1",
"cobra>=0.24.0",
"xlrd>=1.2.0"
]
classifiers = [
"Development Status :: 4 - Beta",
"Topic :: Scientific/Engineering :: Bio-Informatics",
"Topic :: Software Development :: Libraries :: Python Modules",
"Intended Audience :: Science/Research",
"Programming Language :: Python :: 3.5",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)"
]


[project.urls]
Homepage = "https://github.com/BioSystemsUM/troppo"
Documentation = "http://troppo-bisbi.readthedocs.io/"
Repository = "https://github.com/BioSystemsUM/troppo/"
Issues = "https://github.com/BioSystemsUM/troppo/issues"

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"