Skip to content

Commit 12c6515

Browse files
committed
version 1.0.6
1 parent 3a135b2 commit 12c6515

19 files changed

Lines changed: 44 additions & 40 deletions

pyproject.toml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
[build-system]
2+
requires = ["setuptools>=61.0"]
3+
build-backend = "setuptools.build_meta"
4+
5+
[project]
6+
name = "loica"
7+
version = "1.0.6"
8+
description = "LOICA: Logical Operators for Integrated Cell Algorithms"
9+
readme = "README.md"
10+
requires-python = ">=3.7"
11+
license = {file = "LICENSE"}
12+
keywords = ["loica", "genetic", "GDA", "design", "synthetic biology"]
13+
authors = [
14+
{ name="Gonzalo Vidal", email="g.a.vidal-pena2@ncl.ac.uk" },
15+
{ name="Timothy Rudge", email="tim.rudge@ncl.ac.uk" }
16+
]
17+
maintainers = [
18+
{name = "Gonzalo Vidal", email = "g.a.vidal-pena2@ncl.ac.uk"}
19+
]
20+
classifiers = [
21+
"Programming Language :: Python :: 3",
22+
"License :: OSI Approved :: MIT License",
23+
"Operating System :: OS Independent",
24+
]
25+
26+
dependencies = [
27+
'numpy',
28+
'scipy',
29+
'networkx',
30+
'pandas',
31+
'sbol3',
32+
'tyto',
33+
'tdqm'
34+
]
35+
36+
[project.optional-dependencies]
37+
test = [
38+
"pytest < 5.0.0",
39+
"pytest-cov[all]"
40+
]
41+
42+
[project.urls]
43+
"Homepage" = "https://github.com/RudgeLab/LOICA"
44+
"Bug Tracker" = "https://github.com/RudgeLab/LOICA/issues"

setup.py

Lines changed: 0 additions & 40 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)