Skip to content

Commit 08b317a

Browse files
authored
Update Username
1 parent ec8c42b commit 08b317a

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ blank_issues_enabled: false
22
contact_links:
33
- name: Ask a Question
44
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

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
akinator.py
33
===========
44

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
77
: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
1010
:alt: lines of code
1111
.. image:: https://img.shields.io/pypi/v/akinator
1212
:target: https://pypi.python.org/pypi/akinator
@@ -56,7 +56,7 @@ To install the development version, do the following:
5656

5757
.. code-block:: sh
5858
59-
git clone https://github.com/Pysics/akinator.py
59+
git clone https://github.com/Infiniticity/akinator.py
6060
6161
6262
Requirements

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
on_rtd = os.environ.get("READTHEDOCS") == "True"
1010
project = "akinator.py"
1111
copyright = "2022, Omkaar"
12-
author = "Mr.Brawler"
12+
author = "Infiniticity"
1313
release = "1.0.1"
1414

1515
extensions = ["sphinx.ext.autodoc"]

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
name = "akinator"
33
version = "1.0.1"
44
description = "An API wrapper for Akinator."
5-
authors = ["Mr.Brawler <omkaar.nerurkar@gmail.com>"]
5+
authors = ["Infiniticity <omkaar.nerurkar@gmail.com>"]
66
license = "MIT"
77
readme = "README.rst"
8-
repository = "https://github.com/Pysics/akinator.py/"
8+
repository = "https://github.com/Infiniticity/akinator.py/"
99
documentation = "https://akinator.readthedocs.io/"
1010
keywords = ["python", "akinator"]
1111
classifiers = [
@@ -19,4 +19,4 @@ packages = ["akinator", "akinator.async_aki"]
1919
requests = "2.28.*"
2020

2121
[tool.poetry.urls]
22-
"Bug Tracker" = "https://github.com/Pysics/akinator.py/issues"
22+
"Bug Tracker" = "https://github.com/Infiniticity/akinator.py/issues"

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
package_data = {
1919
"akinator": ["VERSION.txt"]
2020
},
21-
url = "https://github.com/Pysics/akinator.py",
21+
url = "https://github.com/Infiniticity/akinator.py",
2222
project_urls = {
2323
"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",
2626
},
2727
license = "MIT License",
2828
description = "An API wrapper for Akinator.",

0 commit comments

Comments
 (0)