mirror of
https://github.com/jazzband/dj-database-url.git
synced 2026-05-01 04:04:43 +00:00
parent
dc2a7263c3
commit
70ebcfb6db
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
|
@ -60,13 +60,14 @@ from setuptools import setup
|
|||
setup(
|
||||
name="dj-database-url",
|
||||
version="0.5.0",
|
||||
url="https://github.com/kennethreitz/dj-database-url",
|
||||
url="https://github.com/jacobian/dj-database-url",
|
||||
license="BSD",
|
||||
author="Kenneth Reitz",
|
||||
author_email="me@kennethreitz.com",
|
||||
description="Use Database URLs in your Django Application.",
|
||||
long_description=__doc__,
|
||||
py_modules=["dj_database_url"],
|
||||
install_requires=["Django>1.11"],
|
||||
zip_safe=False,
|
||||
include_package_data=True,
|
||||
platforms="any",
|
||||
|
|
|
|||
Loading…
Reference in a new issue