File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2022-present
3
+ Copyright (c) 2022-present Dorukyum
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 9
9
readme = f .read ()
10
10
11
11
setup (
12
- name = "" ,
13
- packages = ["" ],
14
- version = "" ,
12
+ name = "pons.py " ,
13
+ packages = ["pons " ],
14
+ version = "1.0.0 " ,
15
15
license = "MIT" ,
16
- description = "" ,
16
+ description = "An API wrapper for the PONS dictionary " ,
17
17
long_description = readme ,
18
18
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 " ],
23
23
classifiers = classifiers ,
24
- project_urls = {"Source" : "" },
24
+ project_urls = {"Source" : "https://github.com/Dorukyum/pons.py " },
25
25
)
You can’t perform that action at this time.
0 commit comments