From 9d1894773e770509cf7a56e9a16ff8d051f7b0a1 Mon Sep 17 00:00:00 2001 From: Jeongseop Lim Date: Sun, 27 Aug 2023 13:50:51 +0900 Subject: [PATCH] Revert "CHG: setup.py" This reverts commit cc0a95a3f457492053d75c0488876406c3d3a1e5. --- setup.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index 734db59..e7f7474 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ except ImportError: from distutils.core import setup -version = "0.1.2" +version = "0.2.0-dev1" if sys.argv[-1] == "publish": os.system("python setup.py sdist bdist_wheel upload") @@ -26,12 +26,12 @@ version=version, description="""Django PDF views, the easy way""", license="MIT", - author="Jaeyoung Heo", - author_email="jay.jaeyoung@gmail.com", - url="https://github.com/8percent/django-easy-pdf", + author="Filip Wasilewski", + author_email="en@ig.ma", + url="https://github.com/nigma/django-easy-pdf", long_description=readme + "\n\n" + history, packages=[ - "8percent_easy_pdf", + "easy_pdf", ], include_package_data=True, install_requires=[