Skip to content
Snippets Groups Projects
Commit add17bb0 authored by ViaFerrata's avatar ViaFerrata
Browse files

Add package installer

parent 04af029b
Branches
Tags
No related merge requests found
setup.py 0 → 100644
#!/usr/bin/env python
from setuptools import setup, find_packages
setup(
name='orcasong',
version='1.0',
description='Makes images for a NN based on the hit information of neutrino events in the neutrino telescope KM3NeT-ORCA',
url='https://github.com/ViaFerrata/OrcaSong',
author='Michael Moser',
author_email='mmoser@km3net.de, michael.m.moser@fau.de',
license='AGPL',
packages=find_packages(),
include_package_data=True,
)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment