Skip to content

Commit

Permalink
Update xcookie setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Erotemic committed Oct 27, 2023
1 parent c386f81 commit 5d5fe1c
Show file tree
Hide file tree
Showing 3 changed files with 178 additions and 112 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ This project (loosely) adheres to [Semantic Versioning](https://semver.org/spec/

### Added
* Add backend option to `highlight_code` which can be "pygments" or "rich".
* Support for Python 3.12

### Changed
* Improve speed of inplace dictionary set operations.
Expand Down
15 changes: 14 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading

0 comments on commit 5d5fe1c

Please sign in to comment.