Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeyclass authored Oct 14, 2020
1 parent 04bdec6 commit 43d45ee
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down

0 comments on commit 43d45ee

Please sign in to comment.