1
0
forked from xmm/sgrb2
This commit is contained in:
2025-04-22 11:32:43 +03:00
parent 2ef88dc858
commit f7630a51a0
7 changed files with 6 additions and 6 deletions

9
arches/setup.py Normal file
View File

@@ -0,0 +1,9 @@
from setuptools import setup, find_packages
setup(name="uds",
version="0.1",
description='eROSITA UDS field analysis',
author='Roman Krivonos',
author_email='krivonos@cosmos.ru',
url='https://www.srg.cosmos.ru',
packages=find_packages())