Skip to content

Commit

Permalink
Move version to 'pyproject.toml'
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Dec 9, 2018
1 parent b547d14 commit c5f424e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
3 changes: 0 additions & 3 deletions log/__init__.py
Expand Up @@ -11,6 +11,3 @@
e = error
c = critical
exc = exception

__project__ = 'minilog'
__version__ = '1.1'
14 changes: 8 additions & 6 deletions pyproject.toml
@@ -1,7 +1,7 @@
[tool.poetry]

name = "minilog"
version = "0.0"
version = "1.1"
description = "Sample project generated from jacebrowning/template-python."

license = "MIT"
Expand All @@ -17,19 +17,21 @@ homepage = "https://coverage.space/client/"
documentation = "https://cli.coverage.space"
repository = "https://github.com/jacebrowning/coverage-space-cli"

keywords = [
]
keywords = ["logging"]
classifiers = [
# TODO: update this list to match your application: https://pypi.org/pypi?%3Aaction=list_classifiers
"Development Status :: 1 - Planning",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python",
"Topic :: Software Development",
"Topic :: System :: Logging",
]

[tool.poetry.dependencies]
Expand Down

0 comments on commit c5f424e

Please sign in to comment.