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

remove unused folder

parent a4ce5f20
No related branches found
No related tags found
1 merge request!49remove unused folder
Pipeline #17419 passed
This commit is part of merge request !49. Comments created here will be created in the context of that merge request.
"""Set up project.""" """Set up project."""
from pathlib import Path 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() project_root_dir = Path(__file__).parent.resolve()
with open(project_root_dir / "requirements.txt", with open(project_root_dir / "requirements.txt",
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment