Skip to content
Snippets Groups Projects
Verified Commit 95fb94eb authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Fix project files

parent ff9c1bee
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,7 @@ __pycache__/
# Distribution / packaging
.Python
env/
.venv/
build/
develop-eggs/
dist/
......
django==^4.0.0
pillow==^10.0.0
django>=4.0.0, <5.0
pillow>=10.0.0, <11.0
......@@ -14,7 +14,7 @@ setup(
url='https://edugit.org/AlekSIS/libs/django-favicon-plus',
packages=find_packages(),
license='MIT',
description=' simple Django app which allows you to upload a image and it renders a wide variety for html link tags to display the favicon',
description='Simple Django app which allows you to upload a image and it renders a wide variety for html link tags to display the favicon',
long_description=codecs.open('README.md', encoding='utf-8').read(),
long_description_content_type='text/markdown',
install_requires=open('requirements.txt').read().split('\n'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment