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

3 years ago
  1. [metadata]
  2. name = moodle_emails
  3. version = attr:moodle_emails.version
  4. description = Download all mails from moodle.
  5. long_description = file:README.md
  6. long_description_content_type = text/markdown
  7. url = https://projects.lilik.it/zolfa/moodle_emails
  8. author = Zolfa
  9. author_email = zolfa@lilik.it
  10. classifiers =
  11. Development Status :: 1 - Planning
  12. License :: OSI Approved :: GNU General Public License v3 (GPLv3)
  13. Programming Language :: Python
  14. Programming Language :: Python :: 3.9
  15. platforms = any
  16. [options]
  17. packages =
  18. moodle_emails
  19. install_requires =
  20. tqdm
  21. pandas
  22. tables
  23. moodle-dl
  24. setup_requires =
  25. setuptools_scm
  26. [options.entry_points]
  27. console_scripts =
  28. moodledlall = moodle_emails.cli:main