Skip to content

Commit

Permalink
Fixed flake8 errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
dstrigl committed Apr 20, 2020
1 parent 0915536 commit bbb33fa
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[flake8]
max-line-length = 120
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# History

## 0.1.9 (2020-04-20)

* Fixed *flake8* errors.

## 0.1.8 (2020-04-20)

* Added support for Python 3.8.
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ include README.md
include LICENSE

include .editorconfig
include .flake8
include tox.ini
include htrest.service

Expand Down
2 changes: 1 addition & 1 deletion htrest/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

__version__ = "0.1.8"
__version__ = "0.1.9"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,5 @@ def pip(filename):
"Topic :: Terminals :: Serial",
],
# Entry points specification
entry_points={"console_scripts": ["htrest=htrest.__main__:main",]},
entry_points={"console_scripts": ["htrest=htrest.__main__:main"]},
)

0 comments on commit bbb33fa

Please sign in to comment.