mirror of
https://github.com/suitenumerique/django-lasuite
synced 2026-04-26 01:25:28 +02:00
Add initial project structure with tests and configuration files: - ruff for format and linting - uv with hatch for packaging
8 lines
185 B
Python
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()
|