Skip to content

Commit

Permalink
fix PyPI homepage url (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pairman authored Mar 11, 2024
1 parent 099ca87 commit b1cf205
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

setuptools.setup(
name="libxduauth",
version="1.8.0",
version="1.8.1",
author="Frank",
author_email="[email protected]",
description="login utilities for XDU",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/xdlinux/libxdauth",
url="https://github.com/xdlinux/libxduauth",
packages=setuptools.find_packages(),
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit b1cf205

Please sign in to comment.