-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
hushchyn-mikhail
committed
Jun 23, 2022
1 parent
ca6e155
commit 3cfb940
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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', | ||
|