This repository was archived by the owner on Dec 28, 2021. It is now read-only.
File tree 2 files changed +10
-14
lines changed
2 files changed +10
-14
lines changed Original file line number Diff line number Diff line change 5
5
GitHub: https://github.com/EthanC/CallofDuty.py
6
6
"""
7
7
8
- __title__ : str = "CallofDuty.py"
9
- __author__ : str = "EthanC"
10
- __version__ : str = "0.1.0"
11
-
12
8
import logging
13
9
14
10
from .auth import Login
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " callofduty.py"
3
- version = " 0.1 .0"
3
+ version = " 1.0 .0"
4
4
description = " CallofDuty.py is an asynchronous, object-oriented Python wrapper for the Call of Duty API."
5
- authors = [" EthanC" ]
6
5
license = " MIT"
6
+ authors = [" EthanC <EthanC@github.com>" ]
7
+ maintainers = [" Josh <Tustin@github.com>" ]
7
8
readme = " README.md"
8
9
repository = " https://github.com/EthanC/CallofDuty.py"
9
10
keywords = [
10
11
" call-of-duty-py" ,
11
12
" callofduty" ,
12
13
" call-of-duty" ,
13
14
" cod" ,
14
- " modern-warfare" ,
15
- " black-ops" ,
16
- " infinite-warfare" ,
17
- " wwii" ,
18
15
" api" ,
19
- " wrapper" ,
20
- " async" ,
21
- " asynchronous" ,
22
- " object-oriented"
23
16
]
24
17
classifiers = [
25
18
" Development Status :: 3 - Alpha" ,
@@ -36,6 +29,13 @@ classifiers = [
36
29
" Topic :: Software Development :: Libraries :: Python Modules" ,
37
30
" Typing :: Typed"
38
31
]
32
+ packages = [{ include = " callofduty" }]
33
+
34
+ [tool .poetry .urls ]
35
+ "Issue Tracker" = " https://github.com/EthanC/CallofDuty.py/issues"
36
+ "Releases" = " https://github.com/EthanC/CallofDuty.py/releases"
37
+ "Twitter" = " https://twitter.com/Mxtive"
38
+ "Discord" = " https://discord.gg/callofduty"
39
39
40
40
[tool .poetry .dependencies ]
41
41
python = " ^3.8"
You can’t perform that action at this time.
0 commit comments