Docker Base Image Begin
This commit is contained in:
11
docker/setup.py
Normal file
11
docker/setup.py
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
from setuptools import find_packages, setup
|
||||
|
||||
setup(
|
||||
name='src',
|
||||
packages=find_packages(),
|
||||
version='0.0.0',
|
||||
description='Environment for usage with the agent seminar at Uni Muenster 2024/25.',
|
||||
author='Magnus Bender'
|
||||
)
|
||||
Reference in New Issue
Block a user