Skip to content

Commit a686ff6

Browse files
committed
Update project info
1 parent c9e4ed8 commit a686ff6

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022-present
3+
Copyright (c) 2022-present Dorukyum
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

setup.py

+9-9
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
readme = f.read()
1010

1111
setup(
12-
name="",
13-
packages=[""],
14-
version="",
12+
name="pons.py",
13+
packages=["pons"],
14+
version="1.0.0",
1515
license="MIT",
16-
description="",
16+
description="An API wrapper for the PONS dictionary",
1717
long_description=readme,
1818
long_description_content_type="text/markdown",
19-
author="",
20-
url="",
21-
keywords="",
22-
install_requires=[""],
19+
author="Dorukyum",
20+
url="https://github.com/Dorukyum/pons.py",
21+
keywords="API, dictionary",
22+
install_requires=["requests"],
2323
classifiers=classifiers,
24-
project_urls={"Source": ""},
24+
project_urls={"Source": "https://github.com/Dorukyum/pons.py"},
2525
)

0 commit comments

Comments
 (0)