alpha test commit
This commit is contained in:
6
setup.py
6
setup.py
@@ -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=(
|
||||
|
||||
Reference in New Issue
Block a user