Skip to content

Commit

Permalink
Add project information
Browse files Browse the repository at this point in the history
  • Loading branch information
hongquan committed Oct 16, 2020
1 parent 7d231dd commit 8189413
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 13 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
[tool.poetry]
name = "chameleon-log"
version = "0.1.0"
version = "0.1.1"
description = "Python colored logging setup which adapts to environment"
authors = ["Nguyễn Hồng Quân <[email protected]>"]
readme = "README.rst"
license = "MIT"
homepage = "https://github.com/AgriConnect/chameleon-log"
repository = "https://github.com/AgriConnect/chameleon-log.git"
classifiers = [
"Intended Audience :: Developers",
"Topic :: System :: Logging",
"Topic :: Software Development :: Libraries :: Python Modules",
"Programming Language :: Python :: 3 :: Only",
"Operating System :: POSIX :: Linux",
]

[tool.poetry.dependencies]
python = "^3.7"
python = "^3.6"
single-version = "^1.4.1"
logbook = "^1.5.3"

Expand Down

0 comments on commit 8189413

Please sign in to comment.