File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11.venv /
22__pycache__ /
3+ dist /
4+ * .egg-info /,
Original file line number Diff line number Diff line change 11[project ]
22name = " 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 "
55readme = " README.md"
66requires-python = " >=3.12"
7+ license = {file = " LICENSE" }
8+ authors = [{name = " HarrisonTCodes" }]
79dependencies = [
810 " ursina (>=7.0.0,<8.0.0)" ,
911 " biopython (>=1.85,<2.0)" ,
@@ -20,6 +22,10 @@ flake8 = "^7.2.0"
2022pytest = " ^8.3.5"
2123pre-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 ]
2430requires = [" poetry-core>=2.0.0,<3.0.0" ]
2531build-backend = " poetry.core.masonry.api"
You can’t perform that action at this time.
0 commit comments