-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from knewkarma-io/dev
1.5.0
- Loading branch information
Showing
1 changed file
with
4 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
||
|