Skip to content

Commit

Permalink
Add README to package.
Browse files Browse the repository at this point in the history
  • Loading branch information
damienflament committed Aug 11, 2019
1 parent 8c0394c commit 7dc9964
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ <h2 id="license">License</h2>
from pathlib import Path
from tempfile import TemporaryDirectory

__version__ = &#34;0.1.0&#34;
__version__ = &#34;0.1.1&#34;


class TemporaryTree(object):
Expand Down
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "temptree"
version = "0.1.0"
version = "0.1.1"
description = "Generates temporary files and directories from a tree"
license = "GPL-3.0-or-later"
authors = ["Damien Flament <damien.flament@gmx.com>"]
Expand All @@ -15,6 +15,8 @@ classifiers = [
"Topic :: Software Development :: Testing"
]

include = ["README.md"]

[tool.poetry.dependencies]
python = "^3.7"

Expand Down
2 changes: 1 addition & 1 deletion temptree.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
from pathlib import Path
from tempfile import TemporaryDirectory

__version__ = "0.1.0"
__version__ = "0.1.1"


class TemporaryTree(object):
Expand Down

0 comments on commit 7dc9964

Please sign in to comment.