Skip to content

Commit

Permalink
Bump version; update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatsh committed Sep 14, 2023
1 parent e9381c8 commit f99c60e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@
"ruff": "poetry run ruff check .",
"test": "poetry run pytest"
},
"version": "0.0.6"
"version": "0.0.7"
}
15 changes: 13 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
[tool.poetry]
name = "minchoc"
version = "0.0.6"
version = "0.0.7"
authors = ["Andrew Udvare <[email protected]>"]
description = "Short description of project for PyPI etc."
classifiers = [
"Development Status :: 4 - Beta",
"Environment :: Web Environment",
"Framework :: Django",
"Intended Audience :: Developers",
"Topic :: System :: Software Distribution",
"Typing :: Typed"
]
description = "Minimal Chocolatey-compatible NuGet server in a Django app."
documentation = "https://minchoc.readthedocs.io/en/latest/"
keywords = ["chocolatey", "django", "windows"]
license = "MIT"
packages = [{ include = "minchoc" }]
readme = "README.md"
repository = "https://github.com/Tatsh/minchoc"

[tool.poetry.dependencies]
python = ">=3.10,<4"
Expand Down

0 comments on commit f99c60e

Please sign in to comment.