added makepip
This commit is contained in:
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "django-translatable-fields"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
description = "Django plugin that mimics Odoo's translate=True functionality with admin interface integration"
|
||||
readme = "README.md"
|
||||
license = {file = "LICENSE"}
|
||||
@@ -122,4 +122,4 @@ django_settings_module = "tests.settings"
|
||||
DJANGO_SETTINGS_MODULE = "tests.settings"
|
||||
python_files = ["tests.py", "test_*.py", "*_tests.py"]
|
||||
addopts = "--tb=short"
|
||||
testpaths = ["tests"]
|
||||
testpaths = ["tests"]
|
||||
|
||||
Reference in New Issue
Block a user