Skip to content

Commit

Permalink
Merge pull request #5 from knewkarma-io/dev
Browse files Browse the repository at this point in the history
1.5.0
  • Loading branch information
rly0nheart authored Oct 16, 2024
2 parents d7e1dc4 + d226795 commit 4f740e2
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,20 @@
name = "karmakaze"
version = "1.5.0"
description = "Data sanitation engine for Knew Karma"
authors = ["Richard Mwewa <[email protected]>"]
license = "MIT License"
authors = ["Richard Mwewa <[email protected]>", "Knew Karma IO <[email protected]"]
license = "GPL-3.0+"
readme = "README.md"
keywords = ["reddit", "reddit-api"]
homepage = "https://knewkarma.readthedocs.io"
repository = "https://github.com/rly0nheart/karmakaze"
repository = "https://github.com/knewkarma-io/karmakaze"
classifiers = [
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python :: 3",
"Intended Audience :: Developers",
"Operating System :: OS Independent",
"License :: OSI Approved :: MIT License",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Natural Language :: English"
]

[tool.poetry.urls]
"Bug Tracker" = "https://github.com/rly0nheart/karmakaze/issues"

[tool.poetry.dependencies]
python = "^3.10"

Expand Down

0 comments on commit 4f740e2

Please sign in to comment.