Skip to content

Commit

Permalink
fix homepage in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fcurella committed Jun 25, 2024
1 parent 3185d68 commit bf69ea4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ def read(fname):
maintainer="Flavio Curella",
maintainer_email="[email protected]",
description="A li'l class for data URI manipulation in Python",
url="https://github.com/fcurella/python-datauri",
long_description=read("README.rst"),
license="Unlicense",
packages=find_packages(exclude=["tests", "*.tests"]),
Expand Down

0 comments on commit bf69ea4

Please sign in to comment.