Skip to content
Snippets Groups Projects
Commit f18bac7e authored by Mate Balajti's avatar Mate Balajti
Browse files

Merge branch 'main' of...

Merge branch 'main' of https://git.scicore.unibas.ch/zavolan_group/tools/transcript-structure-generator into add_setup

Conflicts:
	setup.py
parents b4fdb208 0364a552
No related branches found
No related tags found
1 merge request!48refactor: setup.py, CI
Pipeline #17416 passed
"""Set up project.""" """Set up project."""
from pathlib import Path from pathlib import Path
from setuptools import setup, find_packages # type: ignore from setuptools import setup, find_packages
project_root_dir = Path(__file__).parent.resolve() project_root_dir = Path(__file__).parent.resolve()
with open(project_root_dir / "requirements.txt", with open(project_root_dir / "requirements.txt",
...@@ -16,7 +16,7 @@ setup( ...@@ -16,7 +16,7 @@ setup(
url=URL, url=URL,
license='MIT', license='MIT',
author='Larissa Glass, Michael Zimmermann, Andri Fraenkl', author='Larissa Glass, Michael Zimmermann, Andri Fraenkl',
author_email='michael.zimmermann@unibas.ch', author_email='mate.balajti@unibas.ch',
description='Transcript structure generator', description='Transcript structure generator',
packages=find_packages(), packages=find_packages(),
install_requires=INSTALL_REQUIRES, install_requires=INSTALL_REQUIRES,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment