2
0
forked from xmm/arches
This commit is contained in:
2025-04-22 12:05:09 +03:00
parent 8a29c9bcf1
commit efe9b1000a
4 changed files with 63 additions and 3 deletions

9
arches/setup.py.obsolete Normal file
View 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())