mirror of
https://github.com/jazzband/django-fernet-encrypted-fields.git
synced 2026-03-16 22:40:27 +00:00
Fix setup.py
This commit is contained in:
parent
6e3ea22405
commit
c7782281dd
1 changed files with 3 additions and 1 deletions
4
setup.py
4
setup.py
|
|
@ -6,12 +6,14 @@ setup(
|
||||||
description=(
|
description=(
|
||||||
'This is inspired by django-encrypted-fields.'
|
'This is inspired by django-encrypted-fields.'
|
||||||
),
|
),
|
||||||
|
long_description=open('README.md').read(),
|
||||||
|
long_description_content_type='text/markdown',
|
||||||
url='http://github.com/frgmt/django-fernet-encrypted-fields/',
|
url='http://github.com/frgmt/django-fernet-encrypted-fields/',
|
||||||
license='MIT',
|
license='MIT',
|
||||||
author='fragment.co.jp',
|
author='fragment.co.jp',
|
||||||
author_email='info@fragment.co.jp',
|
author_email='info@fragment.co.jp',
|
||||||
packages=['encrypted_fields'],
|
packages=['encrypted_fields'],
|
||||||
version='0.0.1',
|
version='0.0.2',
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'Django>=2.2',
|
'Django>=2.2',
|
||||||
'cryptography>=35.0.0',
|
'cryptography>=35.0.0',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue