You've already forked lmod_manager
mirror of
https://github.com/AdaCore/lmod_manager.git
synced 2026-02-12 13:10:59 -08:00
23 lines
495 B
INI
23 lines
495 B
INI
[metadata]
|
|
name = lmod_manager
|
|
description = Manage Lmod modulefiles for various AdaCore software.
|
|
long_description = file: README.md
|
|
long_description_content_type = text/markdown
|
|
url = https://github.com/AdaCore/lmod_manager
|
|
|
|
[options]
|
|
packages = find:
|
|
python_requires = >=3.8
|
|
|
|
[options.extras_require]
|
|
devel =
|
|
build >=0.7.0
|
|
setuptools_scm >=6.2
|
|
|
|
[options.packages.find]
|
|
include = lmod_manager
|
|
|
|
[options.entry_points]
|
|
console_scripts =
|
|
lmod_manager = lmod_manager.lmod_manager:main
|