-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpyproject.toml
More file actions
25 lines (23 loc) · 880 Bytes
/
Copy pathpyproject.toml
File metadata and controls
25 lines (23 loc) · 880 Bytes
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
[project]
name = "PyMOL-Open-Source"
readme = "README.md"
requires-python = ">=3.11"
version = "3.1.0.4+4"
license = {file = "LICENSE"}
#description = """
#PyMOL is a Python-enhanced molecular graphics tool.
#It excels at 3D visualization of proteins, small molecules, density,
#surfaces, and trajectories. It also includes molecular editing,
#ray tracing, and movies. Open Source PyMOL is free to everyone!
#"""
authors = [
{name = "Hannah Kullik",email = "hannah.kullik@studmail.w-hs.de"},
{name = "Martin Urban",email = "martin.urban@studmail.w-hs.de"}
]
[build-system]
requires = ["setuptools", "numpy==1.26.4", "toml"]
build-backend = "setuptools.build_meta"
[project.urls]
Homepage = "https://kullik01.github.io/pymol-open-source-setup"
Documentation = "https://pymolwiki.org/index.php/Main_Page"
Repository = "https://github.com/kullik01/pymol-open-source-setup"