Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
thompson0012 committed Oct 22, 2021
1 parent 70637ec commit 794e4ab
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pyproject.toml
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"
Expand Down

0 comments on commit 794e4ab

Please sign in to comment.