This commit is contained in:
Holger Sielaff
2025-08-02 20:08:33 +02:00
commit 79c68169f6
47 changed files with 4880 additions and 0 deletions

12
setup.py Normal file
View File

@@ -0,0 +1,12 @@
#!/usr/bin/env python
"""
Setup script for django-translatable-fields.
For modern Python packaging, most configuration is in pyproject.toml.
This setup.py is kept for compatibility with older pip versions.
"""
from setuptools import setup
# All configuration is now in pyproject.toml
setup()