diff --git a/setup.py b/setup.py index 51bbe4f..8ca3e51 100644 --- a/setup.py +++ b/setup.py @@ -6,12 +6,14 @@ 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/', license='MIT', author='fragment.co.jp', author_email='info@fragment.co.jp', packages=['encrypted_fields'], - version='0.0.1', + version='0.0.2', install_requires=[ 'Django>=2.2', 'cryptography>=35.0.0',