Skip to content

Commit

Permalink
Clean up pyproject.toml
Browse files Browse the repository at this point in the history
This was accidentally not included in #170
  • Loading branch information
WhyNotHugo committed Oct 5, 2023
1 parent 5b1713d commit 782258d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ The following actions are required to push a new version:

bumpversion [major|minor|patch]
git push && git push --tags
python -m build --wheel --no-isolation
python -m build --wheel
twine upload dist/*


Expand Down
6 changes: 1 addition & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ requires = ["setuptools>=45", "wheel", "setuptools_scm>=6.2"]
name = "django-user-sessions"
authors = [
{name = "Bouke Haarsma", email = "bouke@haarsma.eu"},
# {name = "Hugo Osvaldo Barrera", email = "hugo@whynothugo.nl"},
]
description = "Django sessions with a foreign key to the user"
readme = "README.rst"
Expand Down Expand Up @@ -60,8 +59,7 @@ dev = [
"Sphinx",
"sphinx_rtd_theme",
# Build
"wheel", # TODO: not required?
"bumpversion", # TODO: unused?
"bumpversion",
"twine",
]

Expand All @@ -70,5 +68,3 @@ packages = ["user_sessions"]

[tool.setuptools_scm]
version_scheme = "post-release"

# TODO: confirm that package data is shipped properly

0 comments on commit 782258d

Please sign in to comment.