-
Notifications
You must be signed in to change notification settings - Fork 1
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
1 parent
70637ec
commit 794e4ab
Showing
1 changed file
with
7 additions
and
2 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 |
---|---|---|
@@ -1,12 +1,17 @@ | ||
[tool.poetry] | ||
name = "pyemits" | ||
version = "0.1.0" | ||
version = "0.1.1" | ||
description = "python package for easy manipulation on time series data for quick insight" | ||
authors = ["thompson0012 <[email protected]>"] | ||
license = "Apache License 2.0" | ||
license = "Apache-2.0" | ||
readme = "README.md" | ||
homepage = "https://github.com/thompson0012/PyEmits" | ||
repository = "https://github.com/thompson0012/PyEmits" | ||
keywords = ["data-science", "python", "machine-learning", "pyemits", "framework"] | ||
classifiers = ["License :: OSI Approved :: Apache Software License", | ||
"Programming Language :: Python :: 3", | ||
"Topic :: Scientific/Engineering :: Artificial Intelligence", | ||
"Topic :: Software Development :: Libraries :: Python Modules"] | ||
|
||
[tool.poetry.dependencies] | ||
python = ">=3.8.3, <3.10" | ||
|