mirror of
https://github.com/jazzband/dj-database-url.git
synced 2026-05-09 07:54:50 +00:00
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.
4 lines
69 B
Python
4 lines
69 B
Python
from setuptools import setup
|
|
|
|
if __name__ == "__main__":
|
|
setup()
|