Skip to content

Commit 5c3e46d

Browse files
authored
update link
1 parent ca971ec commit 5c3e46d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22

33
setuptools.setup(
44
name="enka.py",
5-
version="1.1.4",
6-
author="pwnblog",
5+
version="1.1.5",
6+
author="pwnless",
7+
author_email="[email protected]",
78
description="Library for fetching JSON data from site https://enka.network/",
89
long_description=open("README.md", "r", encoding="utf-8").read(),
910
long_description_content_type="text/markdown",
10-
url="https://github.com/pwnblog/enka.py",
11+
url="https://github.com/pwnless/enka.py",
1112
keywords=['enkapy.py', 'enkapy', 'enka.network', 'genshinapi'],
1213
packages=setuptools.find_packages(),
1314
classifiers=[

0 commit comments

Comments
 (0)