Skip to content
Snippets Groups Projects
Commit 5a5108a9 authored by Max Lou's avatar Max Lou
Browse files

Removing runner directory

parent b161cbd6
Branches
Tags
No related merge requests found
MIT License
Copyright (c) [2022] [Digital Learning GmbH]
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
\ No newline at end of file
nose
sphinx
\ No newline at end of file
from setuptools import setup, find_packages
with open('README.rst') as f:
readme = f.read()
with open('LICENSE') as f:
license = f.read()
setup(
name='runner',
version='0.0.1',
description='Runner package for the analytics engine',
long_description=readme,
author='Digital Learning GmbH',
author_email='kontakt@digitallearning.gmbh',
url='https://gitlab.digitallearning.gmbh/polaris/analytics-engine',
license=license,
packages=find_packages(exclude=('tests', 'docs'))
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment