readme eingefügt

This commit is contained in:
2024-08-05 20:46:07 +02:00
parent e7e70daec0
commit 0e55fd55fd
2 changed files with 3 additions and 0 deletions

View File

@ -1,15 +0,0 @@
from setuptools import setup, find_packages
VERSION = '0.0.1'
setup(
name='lernplattform',
version=VERSION,
license='MIT',
description='Eine Plattform zum lernen nach dem Leitner System',
author='Manuel Weiser',
author_email='manuel.weiser@me.com',
url='https://gitlab.fire-devils.org/ManuelW/Lerndatenbank',
packages=find_packages(exclude=('tests', 'docs', instance, env, _idee, __pycache__, templates)),
python_requires='>=3.10'
)