Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updated changelog, manifest, setup.py
  • Loading branch information
Panos committed Sep 22, 2020
commit e352fa46a17dad7fc72bee13f1cabc953c94fc46
2 changes: 1 addition & 1 deletion Changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Change Log
Changes
--------

* Added helper function ``ssh2.utils.find_eol`` for finding end-of-line characters in buffer.
* Added helper function ``ssh2.utils.find_eol`` for finding end of line characters in buffer.


0.19.0
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ exclude .travis.yml
include LICENSE
include ssh2/*.pyx
include ssh2/*.pxd
include ssh2/find_eol*
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import print_function

import platform
import os
import sys
Expand Down