init README

This commit is contained in:
2023-02-15 11:42:37 +03:00
parent 7019541e90
commit 03a9b4bf62
5 changed files with 42 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
from pathlib import Path
"""
Координаты сентрального кадра, к которому будут
приводиться изображения всех списков событий

8
uds/setup.py Normal file
View File

@@ -0,0 +1,8 @@
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',)