Skip to content

Commit

Permalink
setup.py updated
Browse files Browse the repository at this point in the history
  • Loading branch information
naeem91 committed Feb 12, 2022
1 parent 664c3dd commit be72115
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

setup(
name='django-upload-validator',
version='1.1.5',
version='1.1.6',
packages=['upload_validator'],
description='A simple Django file type validator using python-magic',
long_description=README,
author='Mckinsey Academy',
author_email='dev@mckinseyacademy.com',
url='https://github.com/mckinseyacademy/django-upload-validator',
author='Naeem Ilyas',
author_email='naeem-ilyas@live.com',
url='https://github.com/naeem91/django-upload-validator',
license='MIT',
install_requires=[
'python-magic'
Expand Down

0 comments on commit be72115

Please sign in to comment.