added files for packaging: setuptools, travis, conda
This commit is contained in:
13
setup.py
Normal file
13
setup.py
Normal file
@ -0,0 +1,13 @@
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
setup(
|
||||
name="sanipy",
|
||||
version="0.0.1",
|
||||
url="https://github.com/augustin_s/sanipy",
|
||||
description="A command-line tool for epics connection testing",
|
||||
author="Paul Scherrer Institute",
|
||||
packages=find_packages(),
|
||||
py_modules=["sani", "commands"]
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user