-
Notifications
You must be signed in to change notification settings - Fork 368
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8972f12
commit 614e32b
Showing
6 changed files
with
98 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,13 +44,13 @@ def requirements(fname): | |
name=name, | ||
version=version, | ||
author="Chris Clark", | ||
author_email="chris@untrod.com", | ||
maintainer="Mark Walker", | ||
maintainer_email="[email protected]", | ||
description=("A pluggable app that allows users (admins) to execute SQL," | ||
" view, and export the results."), | ||
author_email="chris@sqlexplorer.io", | ||
maintainer="Chris Clark", | ||
maintainer_email="[email protected]", | ||
description=("SQL Reporting that Just Works. Fast, simple, and confusion-free." | ||
"Write and share queries in a delightful SQL editor, with AI assistance"), | ||
license="MIT", | ||
keywords="django sql explorer reports reporting csv database query", | ||
keywords="django sql explorer reports reporting csv json database query", | ||
url="https://www.sqlexplorer.io", | ||
project_urls={ | ||
"Changes": "https://django-sql-explorer.readthedocs.io/en/latest/history.html", | ||
|