-
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.
- Loading branch information
Tom Hunt
committed
Sep 24, 2020
1 parent
8f564b6
commit 92c83ae
Showing
1 changed file
with
8 additions
and
0 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 |
---|---|---|
|
@@ -4,6 +4,14 @@ version = "0.1.0" | |
description = "Tools for interacting with anonkun/fiction.live" | ||
authors = ["alethiophile <[email protected]>"] | ||
license = "MIT" | ||
readme = "README.rst" | ||
repository = "https://github.com/alethiophile/qtoml" | ||
classifiers = [ | ||
"Programming Language :: Python :: 3", | ||
"Operating System :: OS Independent", | ||
"License :: OSI Approved :: MIT License", | ||
"Topic :: Software Development :: Libraries :: Python Modules" | ||
] | ||
|
||
[tool.poetry.dependencies] | ||
python = "^3.8" | ||
|