1
0
forked from xmm/sgrb2
Files
sgrb2test/arches/setup.py.obsolete
2025-04-22 12:05:09 +03:00

10 lines
288 B
Plaintext

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())