Skip to content

Commit

Permalink
CHG: setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jseop-lim committed Aug 27, 2023
1 parent 232d376 commit cc0a95a
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.2.0-dev1"
version = "0.1.2"

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="Filip Wasilewski",
author_email="en@ig.ma",
url="https://github.com/nigma/django-easy-pdf",
author="Jaeyoung Heo",
author_email="jay.jaeyoung@gmail.com",
url="https://github.com/8percent/django-easy-pdf",
long_description=readme + "\n\n" + history,
packages=[
"easy_pdf",
"8percent_easy_pdf",
],
include_package_data=True,
install_requires=[
Expand Down

0 comments on commit cc0a95a

Please # to comment.