Skip to content
Snippets Groups Projects
Commit 0641d971 authored by Christoph Schmidt's avatar Christoph Schmidt
Browse files

Added a setup.py and a MANIFEST.in

parent b51da7eb
No related branches found
No related tags found
No related merge requests found
recursive-include src *
\ No newline at end of file
from distutils.core import setup
setup(
name='captdevicecontrol',
version='1.0.0',
packages=['CaptDeviceControl', 'CaptDeviceControl.view', 'CaptDeviceControl.model',
'CaptDeviceControl.model.submodels', 'CaptDeviceControl.controller',
'CaptDeviceControl.controller.mp_AD2Capture', "CaptDeviceControl.resources",
'CaptDeviceControl.constants'],
package_dir={'': 'src'},
url='https://gitlab.tugraz.at/flexsensor-public/captdevicecontrol',
license=' GNU GENERAL PUBLIC LICENSE v3',
author='Christoph Schmidt',
author_email='cschmidt.fs@gmail.com',
description='A UI for controlling the Analog Discovery Series'
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment