From 6d8d12aa2965f0a9b8ae7b4dd1962d34724c8e7a Mon Sep 17 00:00:00 2001 From: J08nY Date: Fri, 11 Aug 2017 00:19:16 +0200 Subject: Setup base Django project structure. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 9cae556..608d19d 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import find_packages, setup setup( - name='django-pgpmailman', + name='django_pgpmailman', version='0.1', description='A web interface extension for the GNU Mailman apps Postorius and HyperKitty.', long_description="""""", @@ -24,7 +24,7 @@ setup( install_requires=[ 'Django>=1.8', 'Django<1.12', - 'django-mailman3', + 'django_mailman3', 'mailmanclient', ] ) -- cgit v1.2.3-70-g09d2