Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hushchyn-mikhail committed Jun 23, 2022
1 parent ca6e155 commit 3cfb940
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
setuptools.setup(
name="roerich", # Replace with your own username
version="0.3.0",
author=["Mikhail Hushchyn", "Kenenbek Arzymatov"],
author_email=["[email protected]", "[email protected]"],
author="Mikhail Hushchyn, Kenenbek Arzymatov",
author_email="[email protected], [email protected]",
description="Roerich is a python library for online and offline change point detection in time series data based on machine learning.",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/HSE-LAMBDA/roerich",
packages=setuptools.find_packages(),
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: BSD 2-Clause License",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
],
python_requires='>=3.8',
Expand Down

0 comments on commit 3cfb940

Please sign in to comment.