alpha test commit

This commit is contained in:
Andrey Mukhin
2023-03-02 17:42:51 +03:00
parent 71af491f17
commit d29c07d576
31 changed files with 160 additions and 107 deletions

View File

@@ -4,14 +4,14 @@ with open("README.md", "r") as fh:
long_description = fh.read()
setuptools.setup(
name="nuwavsource",
version="0.0.8",
name="nuwavdet",
version="0.1.0",
author="Andrey Mukhin",
author_email="amukhin@phystech.edu",
description="A package for source exclusion in NuStar observation data using wavelet decomposition",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/Andreyousan/nuwavsource",
url="https://github.com/andrey-rrousan/nuwavdet",
packages=setuptools.find_packages(),
include_package_data=True,
classifiers=(