Skip to content
Snippets Groups Projects
Commit 40063c70 authored by Tammo Jan Dijkema's avatar Tammo Jan Dijkema
Browse files

Add setup.py

parent ce9a2550
Branches
Tags
No related merge requests found
setup.py 0 → 100644
#!/usr/bin/env python
from setuptools import setup, find_packages
meta = dict(name='hpib',
version='1.0.0',
author='Harm Munk, Auke Klazema',
author_email='harm.munk@camras.nl',
description='Controlling HPIB-software in the CAMRAS Dwingeloo Radio Telescope',
platforms='Linux, Mac OSX',
py_modules=['hpib', 'camrasdevices'],
install_requires=[]
)
setup(**meta)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment