Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Learn Renku
Teaching on Renku
Advanced teaching automation
Commits
fd0f2492
Commit
fd0f2492
authored
Jul 22, 2022
by
Cyril Matthey-Doret
Browse files
use setup.cfg to store package metadata
parent
c896e437
Changes
2
Hide whitespace changes
Inline
Side-by-side
setup.cfg
0 → 100644
View file @
fd0f2492
[metadata]
name = teach_auto
version = attr: teach_auto.__version__
author = Cyril Matthey-Doret
author_email = cyril.matthey-doret@epfl.ch
license = GPLv3
description = Utilities to automate classroom management with Gitlab and Renku.
keywords = automation, git, gitlab, teaching
url = https://renkulab.io/gitlab/learn-renku/teaching-on-renku/advanced-teaching-automation
classifiers =
Development Status :: 3 - Alpha
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Intended Audience :: Education
Topic :: Software Development :: Version Control :: Git
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
\ No newline at end of file
setup.py
View file @
fd0f2492
...
...
@@ -5,8 +5,7 @@ with open("requirements.txt", "r") as f:
setup
(
name
=
"teach_auto"
,
version
=
"0.1"
,
packages
=
find_packages
(),
install_requires
=
REQUIREMENTS
,
license
=
"GPLv3"
,
entry_points
=
{
"console_scripts"
:
[
"teach-auto=teach_auto.cli:cli"
]}
,
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment