dj-database-url/setup.py
Gabriel Barrantes e8fe5666b2 build: switch to pyproject.toml for package building
Use the pyproject.toml configuration instead of setup.py for building
the package. This modernizes the build process, ensures better
compatibility with PEP tools, and simplifies dependency
management.
2025-09-04 15:33:48 -06:00

4 lines
69 B
Python

from setuptools import setup
if __name__ == "__main__":
setup()