Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit 17f6dc6

Browse files
committed
Update, date - Sun 07/17/2022, time - 5:29:45.68
1 parent 2071802 commit 17f6dc6

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ Scripts
1111
/git-update.bat
1212
/test-pypi-update.bat
1313
/pypi-update.bat
14+
/twine-check.bat
15+
/test.json

README.rst

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
.. toctree::
2-
3-
intro
4-
All about strings <strings>
5-
datatypes
6-
71
===================
82
**cod-python-api**
93
===================
104

5+
.. meta::
6+
:description: Call Of Duty API Library for python with the implementation of both public and private API used by activision on callofduty.com
7+
:key: CallOfDuty API, CallOfDuty python API, CallOfDuty python
8+
119
.. image:: https://github.com/TodoLodo2089/cod-python-api/actions/workflows/tests.yml/badge.svg?branch=main
1210
:target: https://github.com/TodoLodo2089/cod-python-api.git
1311

@@ -419,4 +417,4 @@ Available ``platforms`` are as follows:
419417
420418
platforms.Uno # Uno (activision unique id)
421419
422-
platforms.XBOX # Xbox
420+
platforms.XBOX # Xbox

cod_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from cod_api.cod_api import API, platforms, games, friendActions
22

3-
__version__ = "0.0.5dev4"
3+
__version__ = "0.0.1"

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
extensions = ['sphinx_tabs.tabs']
1+
extensions = ['sphinx_tabs.tabs', 'sphinxcontrib.fulltoc']
22
sphinx_tabs_valid_builders = ['linkcheck']
33
sphinx_tabs_disable_tab_closing = True
44
def setup(app):

0 commit comments

Comments
 (0)