Skip to content

Commit c13da5f

Browse files
chore: configuration and metadata changes for building and publishing
1 parent 90aafa8 commit c13da5f

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
.venv/
22
__pycache__/
3+
dist/
4+
*.egg-info/,

pyproject.toml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
[project]
22
name = "ursina-proteins"
3-
version = "0.1.0"
4-
description = ""
3+
version = "1.0.0"
4+
description = "A Python package for rendering protein structures of PDB format in 3D using Ursina"
55
readme = "README.md"
66
requires-python = ">=3.12"
7+
license = {file = "LICENSE"}
8+
authors = [{name = "HarrisonTCodes"}]
79
dependencies = [
810
"ursina (>=7.0.0,<8.0.0)",
911
"biopython (>=1.85,<2.0)",
@@ -20,6 +22,10 @@ flake8 = "^7.2.0"
2022
pytest = "^8.3.5"
2123
pre-commit = "^4.2.0"
2224

25+
[project.urls]
26+
Homepage = "https://github.com/HarrisonTCodes/ursina-proteins"
27+
Source = "https://github.com/HarrisonTCodes/ursina-proteins"
28+
2329
[build-system]
2430
requires = ["poetry-core>=2.0.0,<3.0.0"]
2531
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)