Skip to content
This repository has been archived by the owner on Dec 28, 2021. It is now read-only.

Commit

Permalink
Prep for v1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan Chrisp authored and Ethan Chrisp committed Jan 27, 2020
1 parent 85e4a7f commit 032d576
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
4 changes: 0 additions & 4 deletions callofduty/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
GitHub: https://github.com/EthanC/CallofDuty.py
"""

__title__: str = "CallofDuty.py"
__author__: str = "EthanC"
__version__: str = "0.1.0"

import logging

from .auth import Login
Expand Down
20 changes: 10 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,25 +1,18 @@
[tool.poetry]
name = "callofduty.py"
version = "0.1.0"
version = "1.0.0"
description = "CallofDuty.py is an asynchronous, object-oriented Python wrapper for the Call of Duty API."
authors = ["EthanC"]
license = "MIT"
authors = ["EthanC <EthanC@github.com>"]
maintainers = ["Josh <Tustin@github.com>"]
readme = "README.md"
repository = "https://github.com/EthanC/CallofDuty.py"
keywords = [
"call-of-duty-py",
"callofduty",
"call-of-duty",
"cod",
"modern-warfare",
"black-ops",
"infinite-warfare",
"wwii",
"api",
"wrapper",
"async",
"asynchronous",
"object-oriented"
]
classifiers = [
"Development Status :: 3 - Alpha",
Expand All @@ -36,6 +29,13 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
"Typing :: Typed"
]
packages = [{ include = "callofduty" }]

[tool.poetry.urls]
"Issue Tracker" = "https://github.com/EthanC/CallofDuty.py/issues"
"Releases" = "https://github.com/EthanC/CallofDuty.py/releases"
"Twitter" = "https://twitter.com/Mxtive"
"Discord" = "https://discord.gg/callofduty"

[tool.poetry.dependencies]
python = "^3.8"
Expand Down

0 comments on commit 032d576

Please sign in to comment.