Skip to content

Commit

Permalink
Wip/tomer322/manifest (#6)
Browse files Browse the repository at this point in the history
* added MANIFEST.in file

* bumped version to 1.0.4

Co-authored-by: Tomer Shlomo <tomer.s@claroty.com>
  • Loading branch information
tomer322 and tomash655 committed Jan 25, 2021
1 parent 05c4af7 commit 04461ba
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog
## 1.0.4 (2020-01-25)
### Misc
- Include LICENSE, CHANGES.md and README.md in the PyPi package.

## 1.0.3 (2020-01-25)
### Misc
- Extend supported version of `importlib-metadata` to the lowest.
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
include LICENSE
include CHANGES.md
include README.md
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def read(path):

setup(
name="netunnel",
version='1.0.3',
version='1.0.4',
description='A tool to create network tunnels over HTTP/S written in Python 3',
long_description="\n\n".join((read("README.md"), read("CHANGES.md"))),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 04461ba

Please sign in to comment.