mirror of
https://github.com/jazzband/django-fernet-encrypted-fields.git
synced 2026-03-16 22:40:27 +00:00
remove setup.py
we could keep it, but there's no complex steps in there that require a setup.py type build
This commit is contained in:
parent
77cbc16317
commit
bfd1225616
1 changed files with 0 additions and 18 deletions
18
setup.py
18
setup.py
|
|
@ -1,18 +0,0 @@
|
|||
from setuptools import setup
|
||||
|
||||
setup(
|
||||
name="django-fernet-encrypted-fields",
|
||||
description=("This is inspired by django-encrypted-fields."),
|
||||
long_description=open("README.md").read(),
|
||||
long_description_content_type="text/markdown",
|
||||
url="http://github.com/jazzband/django-fernet-encrypted-fields/",
|
||||
license="MIT",
|
||||
author="jazzband",
|
||||
author_email="n.anahara@fragment.co.jp",
|
||||
packages=["encrypted_fields"],
|
||||
version="0.3.0",
|
||||
install_requires=[
|
||||
"Django>=4.2",
|
||||
"cryptography>=35.0.0",
|
||||
],
|
||||
)
|
||||
Loading…
Reference in a new issue