Skip to content

Commit

Permalink
consistent pkg name
Browse files Browse the repository at this point in the history
  • Loading branch information
powderflask committed Sep 17, 2023
1 parent c927130 commit 5c1e18b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Django Signoffs

[![PyPI Version](https://img.shields.io/pypi/v/django_signoffs.svg)](https://pypi.python.org/pypi/django_signoffs)
[![PyPI Version](https://img.shields.io/pypi/v/django-signoffs.svg)](https://pypi.python.org/pypi/django-signoffs)
[![Docs Status](https://readthedocs.org/projects/django-signoffs/badge/?version=latest)](https://django-signoffs.readthedocs.io/en/latest/?version=latest)
[![Tests](https://github.com/powderflask/django-signoffs/actions/workflows/pytest.yaml/badge.svg)](https://github.com/powderflask/django-signoffs/actions/workflows/pytest.yaml)

Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ license = {file = "LICENSE"}
authors = [
{ name = "Joseph Fall", email = "[email protected]" }
]
keywords = ["django_signoffs",]
keywords = ["django-signoffs",]
classifiers = [
"Development Status :: 2 - Pre-Alpha",
"License :: OSI Approved :: MIT License",
Expand Down Expand Up @@ -62,9 +62,9 @@ utils = [
]

[project.urls]
Homepage = "https://github.com/powderflask/django_signoffs"
Repository = "https://github.com/powderflask/django_signoffs"
Documentation = "https://django_signoffs.readthedocs.io"
Homepage = "https://github.com/powderflask/django-signoffs"
Repository = "https://github.com/powderflask/django-signoffs"
Documentation = "https://django-signoffs.readthedocs.io"

[project.scripts]
"manage.py" = "django_signoffs:django_manage"
Expand Down
2 changes: 1 addition & 1 deletion tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"""Unit test package for django_signoffs."""
"""Unit test package for django-signoffs."""
2 changes: 1 addition & 1 deletion tests/test_app/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"""Unit test package for django_signoffs."""
"""Unit test package for django-signoffs."""

0 comments on commit 5c1e18b

Please sign in to comment.