mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-04-24 00:44:45 +00:00
chore: cleanup to match current package version and supported versions
This commit is contained in:
parent
2d7d54e788
commit
9a204bb11d
1 changed files with 4 additions and 4 deletions
|
|
@ -8,15 +8,15 @@ style = "https://raw.githubusercontent.com/wemake-services/wemake-python-stylegu
|
|||
|
||||
|
||||
[tool.black]
|
||||
target-version = ['py36', 'py37', 'py38']
|
||||
target-version = ['py36', 'py37', 'py38', 'py39']
|
||||
skip-string-normalization = true
|
||||
include = '\.pyi?$'
|
||||
|
||||
|
||||
[tool.poetry]
|
||||
name = "eav"
|
||||
description = "This is a Python package to learn Github actions!"
|
||||
version = "0.15.0"
|
||||
description = "Entity-Attribute-Value storage for Django"
|
||||
version = "0.14.1"
|
||||
license = "GNU Lesser General Public License (LGPL), Version 3"
|
||||
|
||||
authors = [
|
||||
|
|
@ -46,8 +46,8 @@ classifiers = [
|
|||
"Topic :: Software Development :: Libraries :: Python Modules",
|
||||
"Framework :: Django",
|
||||
"Framework :: Django :: 2.2",
|
||||
"Framework :: Django :: 3.0",
|
||||
"Framework :: Django :: 3.1",
|
||||
"Framework :: Django :: 3.2",
|
||||
]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
|
|
|
|||
Loading…
Reference in a new issue