-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpyproject.toml_beta
42 lines (35 loc) · 1.12 KB
/
pyproject.toml_beta
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[project]
name = "scipion-em-xmipp"
dynamic = ["version"]
dependencies = [
"scipion-em",
"scipion-pyworkflow>=3.0.31",
"scikit-learn>=1.2",
"scipion-app",
"scikit-image",
"scipy<=1.10.0",
"joblib",
"peppercorn",
"plotter",
"PyWavelets",
]
authors = [
{name = "Oier Lauzirika Zarrabeitia", email = "[email protected]"},
{name = "Alberto Garcia Mena", email = "[email protected]"},
{name = "Carlos Oscar Sanchez Sorzano", email = "[email protected]"},
]
description = "Plugin to use Xmipp programs within the Scipion framework."
readme = "README.md"
requires-python = ">=3.8"
keywords = ["scipion electron-microscopy cryo-em structural-biology image-processing scipion-3.0"]
license = {text = "GNU General Public License v3 (GPLv3)"}
[project.urls]
Homepage = "https://github.com/I2PC/scipion-em-xmipp"
Issues = "https://github.com/I2PC/scipion-em-xmipp/issues"
[tool.setuptools.dynamic]
version = {attr = "xmipp3.version.__version__[3:]"}
[project.entry-points."pyworkflow.plugin"]
xmipp3 = "xmipp3"