Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Chronos
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-App-Chronos
Commits
db057e15
Unverified
Commit
db057e15
authored
5 years ago
by
Nik | Klampfradler
Browse files
Options
Downloads
Patches
Plain Diff
Move to poetry.
parent
3d777bda
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pyproject.toml
+27
-0
27 additions, 0 deletions
pyproject.toml
setup.py
+0
-30
0 additions, 30 deletions
setup.py
with
27 additions
and
30 deletions
pyproject.toml
0 → 100644
+
27
−
0
View file @
db057e15
[tool.poetry]
name
=
"BiscuIT-App-Chronos"
version
=
"1.0a0.dev0"
packages
=
[
{
include
=
"biscuit"
}
]
readme
=
"README.md"
description
=
"BiscuIT School Information System (SIS) - App Chronos (Time tables)"
authors
=
[
"BiscuIT Team <biscuit-dev@lists.teckids.org>"
]
license
=
"MIT"
homepage
=
"https://biscuit.edugit.org/"
repository
=
"https://edugit.org/Teckids/BiscuIT/BiscuIT-App-Chronos"
documentation
=
"https://biscuit.edugit.org/docs/html/"
classifiers
=
[
"Environment :: Web Environment"
,
"Intended Audience :: Education"
,
"Topic :: Education"
]
[tool.poetry.dependencies]
python
=
"^3.7"
BiscuIT-ng
=
{
version
=
"^1.0a0.dev0"
,
allows-prereleases
=
true
,
path
=
"../../.."
}
[build-system]
requires
=
["poetry>
=
0.12
"]
build-backend
=
"poetry.masonry.api"
This diff is collapsed.
Click to expand it.
setup.py
deleted
100755 → 0
+
0
−
30
View file @
3d777bda
#!/usr/bin/env python3
from
setuptools
import
setup
setup
(
name
=
'
BiscuIT-App-Chronos
'
,
version
=
'
1.0dev0
'
,
url
=
'
https://edugit.org/Teckids/BiscuIT/BiscuIT-App-Chronos
'
,
author
=
"
Teckids e.V.
"
,
author_email
=
"
verein@teckids.org
"
,
packages
=
[
'
biscuit.apps.chronos
'
],
namespace_packages
=
[
'
biscuit
'
,
'
biscuit.apps
'
],
include_package_data
=
True
,
install_requires
=
[
'
BiscuIT-ng
'
,
],
classifiers
=
[
"
Development Status :: 3 - Alpha
"
,
"
Environment :: Web Environment
"
,
"
Intended Audience :: Education
"
,
"
License :: OSI Approved :: MIT License
"
,
"
Programming Language :: Python :: 3
"
,
"
Topic :: Education
"
,
],
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment