Skip to content

Commit

Permalink
update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
mrijken committed Aug 24, 2020
1 parent 689c759 commit 7fdb834
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 13 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.*cache/
.vscode/
*.egg-info
*.egg-info
dist/
__pycache__
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.1] - 2020-08-24
### Fixed
- Support Python ^3.6

## [0.1.0] - 2020-08-18
### Added
- Initial release
17 changes: 8 additions & 9 deletions poetry.lock

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

7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
[tool.poetry]
name = "toml-cli"
version = "0.1.0"
description = ""
version = "0.1.2"
description = "Command line interface to read and write keys/values to/from toml files"
authors = ["Marc Rijken"]
license = "MIT"
repository = "https://github.com/mrijken/toml-cli"
readme = "README.md"
packages = [
{ include = "toml_cli" },
]
Expand All @@ -15,7 +17,6 @@ toml = 'toml_cli:main'
python = "^3.6"
typer = "^0.3.2"
tomlkit = "^0.7.0"
poetry-dev = {path = "../poetry-dev/dist/poetry-dev-0.1.0.tar.gz"}

[tool.poetry.dev-dependencies]
pytest = "^6.0.1"
Expand Down

0 comments on commit 7fdb834

Please sign in to comment.