Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
sektorsim
sektorsim-package
Commits
7a572692
Commit
7a572692
authored
May 16, 2025
by
Eric Duminil
Browse files
pyproject.toml
parent
efcfc015
Changes
2
Hide whitespace changes
Inline
Side-by-side
pyproject.toml
0 → 100644
View file @
7a572692
[build-system]
requires
=
[
"setuptools >= 77.0.3"
]
build-backend
=
"setuptools.build_meta"
[project]
name
=
"sektorsim"
dynamic
=
["version"]
# Version is read from sektorsim/__init__.py
authors
=
[
{
name
=
"Eric Duminil"
,
email
=
"sektorsim@ericduminil.com"
}
,
]
description
=
"A small example package"
readme
=
"README.md"
requires-python
=
">
=
3.7
"
classifiers
=
[
"Programming Language :: Python :: 3"
,
"Operating System :: OS Independent"
,
]
license
=
"MIT"
license-files
=
["LICEN[CS]E*"]
[project.urls]
Homepage
=
"https://transfer.hft-stuttgart.de/gitlab/sektorsim"
Issues
=
"https://transfer.hft-stuttgart.de/gitlab/groups/sektorsim/-/issues"
src/sektorsim/__init__.py
View file @
7a572692
__version__
=
"0.0.1"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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