This website requires JavaScript.
Explore
Help
Sign In
Hopiu
/
dj-database-url
Watch
1
Star
0
Fork
You've already forked dj-database-url
0
mirror of
https://github.com/jazzband/dj-database-url.git
synced
2026-05-18 12:11:12 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
e8fe5666b2
dj-database-url
/
setup.py
5 lines
69 B
Python
Raw
Normal View
History
Unescape
Escape
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 20:59:47 +00:00
from
setuptools
import
setup
Improve (#190) * convert list to tuple * use pathlib to read file data
2022-12-11 15:15:20 +00:00
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 20:59:47 +00:00
if
__name__
==
"
__main__
"
:
setup
(
)
Reference in a new issue
Copy permalink