-
Notifications
You must be signed in to change notification settings - Fork 46
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
Showing
3 changed files
with
178 additions
and
112 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
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 |
---|---|---|
|
@@ -13,13 +13,26 @@ rel_mod_parent_dpath = "." | |
os = ["all"] | ||
min_python = 3.6 | ||
author = "Jon Crall" | ||
typed = "partial" | ||
author_email = "[email protected]" | ||
description = "A Python utility belt containing simple tools, a stdlib like feel, and extra batteries" | ||
license = "Apache 2" | ||
dev_status = "stable" | ||
classifiers = [ | ||
# List of classifiers available at: | ||
# https://pypi.python.org/pypi?%3Aaction=list_classifiers | ||
'Development Status :: 5 - Production/Stable', | ||
'Intended Audience :: Developers', | ||
'Topic :: Software Development :: Libraries :: Python Modules', | ||
'Topic :: Utilities', | ||
'Operating System :: Microsoft :: Windows', | ||
'Operating System :: MacOS', | ||
'Operating System :: POSIX :: Linux', | ||
'Typing :: Stubs Only', | ||
] | ||
|
||
[tool.xcookie.setuptools] | ||
keywords = ["utility", "python", "hashing", "caching", "stdlib", "path", "pathlib"] | ||
keywords = ["utility", "python", "hashing", "caching", "stdlib", "path", "pathlib", "dictionary", "download"] | ||
|
||
[tool.pytest.ini_options] | ||
addopts = "-p no:doctest --xdoctest --xdoctest-style=google --ignore-glob=setup.py --ignore-glob=docs" | ||
|
Oops, something went wrong.