diff --git a/pyproject.toml b/pyproject.toml index 63942809..6a4e6b82 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,18 +11,15 @@ classifiers=["Development Status :: 4 - Beta", "Intended Audience :: Science/Research", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Topic :: Education", "Topic :: Scientific/Engineering :: Bio-Informatics", ] -[project.urls] -homepage = "https://github.com/BjornFJohansson/pydna#-pydna" -documentation = "https://pydna.readthedocs.io/?badge=latest" -repository = "https://github.com/BjornFJohansson/pydna/tree/dev_bjorn" -changelog = "https://github.com/BjornFJohansson/pydna/blob/master/docs/CHANGELOG.md#changelog" +[tool.poetry.urls] +Changelog = "https://github.com/BjornFJohansson/pydna/blob/master/docs/CHANGELOG.md#changelog" [tool.poetry] name = "pydna" version = "5.2.0-a.15" @@ -30,6 +27,9 @@ description = "Representing double stranded DNA and functions for simulating clo authors = ["BjornFJohansson "] license = "BSD" readme = "README.md" +homepage = "https://github.com/BjornFJohansson/pydna#-pydna" +documentation = "https://pydna.readthedocs.io/?badge=latest" +repository = "https://github.com/BjornFJohansson/pydna/tree/dev_bjorn" [tool.poetry.dependencies] python = ">=3.8" appdirs = ">=1.4.4"