Skip to content

Commit

Permalink
Tinkering with package attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
abondar committed Apr 28, 2024
1 parent b551169 commit 2616f32
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
[tool.poetry]
name = "django-copyist"
version = "0.1.1"
version = "0.1.2"
description = "Tool for precise and efficient django model copying"
authors = ["abondar"]
license = "Apache-2.0"
readme = "README.rst"
homepage = "https://github.com/abondar/django-copyist"
repository = "https://github.com/abondar/django-copyist.git"
documentation = "https://abondar.github.io/django-copyist/"
keywords = ["django", "copy", "clone", "model"]
packages = [
{ include = "django_copyist" }
]
include = ["CHANGELOG.rst", "LICENSE", "README.rst"]

[tool.poetry.dependencies]
python = "^3.11"
Expand Down

0 comments on commit 2616f32

Please sign in to comment.