Skip to content

Commit

Permalink
Revert "CHG: setup.py"
Browse files Browse the repository at this point in the history
This reverts commit cc0a95a.
  • Loading branch information
jseop-lim committed Aug 27, 2023
1 parent cc0a95a commit 9d18947
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand All @@ -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=[
Expand Down

0 comments on commit 9d18947

Please sign in to comment.