Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Transcript structure generator
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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
zavolan_group
tools
Transcript structure generator
Commits
79737eaa
Commit
79737eaa
authored
1 year ago
by
Mate Balajti
Browse files
Options
Downloads
Patches
Plain Diff
remove unused folder
parent
a4ce5f20
No related branches found
No related tags found
1 merge request
!49
remove unused folder
Pipeline
#17419
passed
1 year ago
Stage: build
Stage: test
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
data/.gitkeep
+0
-0
0 additions, 0 deletions
data/.gitkeep
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
1 addition
and
1 deletion
data/.gitkeep
deleted
100644 → 0
+
0
−
0
View file @
a4ce5f20
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
79737eaa
"""
Set up project.
"""
from
pathlib
import
Path
from
setuptools
import
setup
,
find_packages
from
setuptools
import
setup
,
find_packages
# type: ignore
project_root_dir
=
Path
(
__file__
).
parent
.
resolve
()
with
open
(
project_root_dir
/
"
requirements.txt
"
,
...
...
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