Files
django-lasuite/setup.py
Quentin BEY f049940ddb 🎉(build) bootstrap library folders
Add initial project structure with tests and configuration files:
 - ruff for format and linting
 - uv with hatch for packaging
2025-03-29 08:55:01 +01:00

8 lines
185 B
Python

"""Setup file for the package."""
from setuptools import setup
# This file is kept for compatibility with older tools
# The build configuration is primarily in pyproject.toml
setup()