From 5c1e18b313738b2f885f87d352003df8cb4a5918 Mon Sep 17 00:00:00 2001 From: powderflask Date: Sat, 16 Sep 2023 19:24:54 -0700 Subject: [PATCH] consistent pkg name --- README.md | 2 +- pyproject.toml | 8 ++++---- tests/__init__.py | 2 +- tests/test_app/__init__.py | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b09f533..05622f6 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/pyproject.toml b/pyproject.toml index 9518fca..7c4bf00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ license = {file = "LICENSE"} authors = [ { name = "Joseph Fall", email = "powderflask@gmail.com" } ] -keywords = ["django_signoffs",] +keywords = ["django-signoffs",] classifiers = [ "Development Status :: 2 - Pre-Alpha", "License :: OSI Approved :: MIT License", @@ -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" diff --git a/tests/__init__.py b/tests/__init__.py index fce736d..b66ed0a 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1 +1 @@ -"""Unit test package for django_signoffs.""" +"""Unit test package for django-signoffs.""" diff --git a/tests/test_app/__init__.py b/tests/test_app/__init__.py index fce736d..b66ed0a 100644 --- a/tests/test_app/__init__.py +++ b/tests/test_app/__init__.py @@ -1 +1 @@ -"""Unit test package for django_signoffs.""" +"""Unit test package for django-signoffs."""