forked from xmm/arches
setup
This commit is contained in:
9
arches/setup.py.obsolete
Normal file
9
arches/setup.py.obsolete
Normal file
@@ -0,0 +1,9 @@
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
setup(name="arches",
|
||||
version="0.1",
|
||||
description='XMM data analysis for Arches cluster',
|
||||
author='Roman Krivonos',
|
||||
author_email='krivonos@cosmos.ru',
|
||||
url='https://www.srg.cosmos.ru',
|
||||
packages=find_packages())
|
Reference in New Issue
Block a user