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=[