Skip to content

Commit b1cf205

Browse files
authored
fix PyPI homepage url (#13)
1 parent 099ca87 commit b1cf205

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55

66
setuptools.setup(
77
name="libxduauth",
8-
version="1.8.0",
8+
version="1.8.1",
99
author="Frank",
1010
author_email="frankli0324@hotmail.com",
1111
description="login utilities for XDU",
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",
14-
url="https://github.com/xdlinux/libxdauth",
14+
url="https://github.com/xdlinux/libxduauth",
1515
packages=setuptools.find_packages(),
1616
classifiers=[
1717
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)