Initial
This commit is contained in:
12
setup.py
Normal file
12
setup.py
Normal 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()
|
||||
Reference in New Issue
Block a user