Skip to content

Commit cad317f

Browse files
committed
updated setup for dev install
1 parent 3605915 commit cad317f

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
__pycache__/
22
manuals
3+
error_device_logs
34
build/
45
dist/
56
.update_package.sh.swp

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
import setuptools
1+
from setuptools import setup, find_packages
22

3-
setuptools.setup(
3+
setup(
44
name="sciopy",
5-
version="0.8.0",
5+
version="0.8.1",
6+
packages=find_packages(),
67
author="Jacob Peter Thönes",
78
author_email="jacob.thoenes@uni-rostock.de",
89
description="Python based interface module for communication with the Sciospec Electrical Impedance Tomography (EIT) device.",

0 commit comments

Comments
 (0)