mirror of
https://github.com/jazzband/django-fernet-encrypted-fields.git
synced 2026-03-16 22:40:27 +00:00
Update setup.py
This commit is contained in:
parent
844e0f783a
commit
fbad932bcb
1 changed files with 1 additions and 2 deletions
3
setup.py
3
setup.py
|
|
@ -1,4 +1,3 @@
|
|||
from __future__ import print_function
|
||||
from setuptools import setup
|
||||
|
||||
setup(
|
||||
|
|
@ -6,7 +5,7 @@ setup(
|
|||
description=("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="https://github.com/jazzband/django-fernet-encrypted-fields",
|
||||
license="MIT",
|
||||
author="fragment.co.jp",
|
||||
author_email="info@fragment.co.jp",
|
||||
|
|
|
|||
Loading…
Reference in a new issue