File tree Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ blank_issues_enabled: false
2
2
contact_links :
3
3
- name : Ask a Question
4
4
about : Ask questions and have discussions with other users.
5
- url : https://github.com/Pysics /akinator.py/discussions
5
+ url : https://github.com/Infiniticity /akinator.py/discussions
Original file line number Diff line number Diff line change 2
2
akinator.py
3
3
===========
4
4
5
- .. image :: https://img.shields.io/github/license/pysics /akinator.py
6
- :target: https://github.com/Pysics /akinator.py/blob/main/LICENSE.md
5
+ .. image :: https://img.shields.io/github/license/Infiniticity /akinator.py
6
+ :target: https://github.com/Infiniticity /akinator.py/blob/main/LICENSE.md
7
7
:alt: license
8
- .. image :: https://img.shields.io/tokei/lines/github/pysics /akinator.py
9
- :target: https://github.com/Pysics /akinator.py/graphs/contributors
8
+ .. image :: https://img.shields.io/tokei/lines/github/Infiniticity /akinator.py
9
+ :target: https://github.com/Infiniticity /akinator.py/graphs/contributors
10
10
:alt: lines of code
11
11
.. image :: https://img.shields.io/pypi/v/akinator
12
12
:target: https://pypi.python.org/pypi/akinator
@@ -56,7 +56,7 @@ To install the development version, do the following:
56
56
57
57
.. code-block :: sh
58
58
59
- git clone https://github.com/Pysics /akinator.py
59
+ git clone https://github.com/Infiniticity /akinator.py
60
60
61
61
62
62
Requirements
Original file line number Diff line number Diff line change 9
9
on_rtd = os .environ .get ("READTHEDOCS" ) == "True"
10
10
project = "akinator.py"
11
11
copyright = "2022, Omkaar"
12
- author = "Mr.Brawler "
12
+ author = "Infiniticity "
13
13
release = "1.0.1"
14
14
15
15
extensions = ["sphinx.ext.autodoc" ]
Original file line number Diff line number Diff line change 2
2
name = " akinator"
3
3
version = " 1.0.1"
4
4
description = " An API wrapper for Akinator."
5
- authors = [" Mr.Brawler <omkaar.nerurkar@gmail.com>" ]
5
+ authors = [" Infiniticity <omkaar.nerurkar@gmail.com>" ]
6
6
license = " MIT"
7
7
readme = " README.rst"
8
- repository = " https://github.com/Pysics /akinator.py/"
8
+ repository = " https://github.com/Infiniticity /akinator.py/"
9
9
documentation = " https://akinator.readthedocs.io/"
10
10
keywords = [" python" , " akinator" ]
11
11
classifiers = [
@@ -19,4 +19,4 @@ packages = ["akinator", "akinator.async_aki"]
19
19
requests = " 2.28.*"
20
20
21
21
[tool .poetry .urls ]
22
- "Bug Tracker" = " https://github.com/Pysics /akinator.py/issues"
22
+ "Bug Tracker" = " https://github.com/Infiniticity /akinator.py/issues"
Original file line number Diff line number Diff line change 18
18
package_data = {
19
19
"akinator" : ["VERSION.txt" ]
20
20
},
21
- url = "https://github.com/Pysics /akinator.py" ,
21
+ url = "https://github.com/Infiniticity /akinator.py" ,
22
22
project_urls = {
23
23
"Documentation" : "https://akinator.readthedocs.io" ,
24
- "Source" : "https://github.com/Pysics /akinator.py" ,
25
- "Tracker" : "https://github.com/Pysics /akinator.py/issues" ,
24
+ "Source" : "https://github.com/Infiniticity /akinator.py" ,
25
+ "Tracker" : "https://github.com/Infiniticity /akinator.py/issues" ,
26
26
},
27
27
license = "MIT License" ,
28
28
description = "An API wrapper for Akinator." ,
You can’t perform that action at this time.
0 commit comments