forked from ESSolutions/django-mssql-backend
-
Notifications
You must be signed in to change notification settings - Fork 1
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
monkeyclass
authored
Oct 14, 2020
1 parent
04bdec6
commit 43d45ee
Showing
1 changed file
with
6 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,13 +15,13 @@ | |
] | ||
|
||
setup( | ||
name='django-mssql-backend', | ||
version='2.8.1', | ||
description='Django backend for Microsoft SQL Server', | ||
name='django-mssql-backend-azure', | ||
version='2.9.0', | ||
description='Django backend for Microsoft SQL Server and Azure', | ||
long_description=open('README.rst').read(), | ||
author='ES Solutions AB', | ||
author_email='[email protected]', | ||
url='https://github.com/ESSolutions/django-mssql-backend', | ||
author='Monkeyclass', | ||
author_email='', | ||
url='https://github.com/monkeyclass/django-mssql-backend', | ||
license='BSD', | ||
packages=find_packages(), | ||
install_requires=[ | ||
|