Skip to content

Commit

Permalink
Tidy it up
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Sep 21, 2024
1 parent 7e68b90 commit 52eafba
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ build-backend = "setuptools.build_meta"
[project]
name = "your-package-name"
dynamic = ["version"]
requires-python = ">=3.9"
dependencies = [
'exceptiongroup; python_version<"3.11"',
]
authors = [
{ name="Ben Welsh", email="[email protected]" },
]
description = "Your package description"
license = {text = "MIT"}
readme = "README.md"
requires-python = ">=3.9"
dependencies = [
'exceptiongroup; python_version<"3.11"',
]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python",
Expand All @@ -33,18 +33,15 @@ test = [
"pytest-vcr",
"pytest-xdist",
]

docs = [
"sphinx",
"sphinx-autobuild",
"sphinxcontrib-mermaid",
"myst-parser",
]

mypy = [
"mypy",
]

build = [
"twine",
]
Expand Down

0 comments on commit 52eafba

Please sign in to comment.