You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

30 lines
730 B

[metadata]
name = moodle_emails
version = attr:moodle_emails.version
description = Download all mails from moodle.
long_description = file:README.md
long_description_content_type = text/markdown
url = https://projects.lilik.it/zolfa/moodle_emails
author = Zolfa
author_email = zolfa@lilik.it
classifiers =
Development Status :: 1 - Planning
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Programming Language :: Python
Programming Language :: Python :: 3.9
platforms = any
[options]
packages =
moodle_emails
install_requires =
tqdm
pandas
tables
moodle-dl
setup_requires =
setuptools_scm
[options.entry_points]
console_scripts =
moodledlall = moodle_emails.cli:main