Skip to content

Commit

Permalink
I'm really bad at building working Python packages 🤦🏻‍♂
Browse files Browse the repository at this point in the history
(ping #28)
  • Loading branch information
dlenski committed Jun 1, 2019
1 parent c9cd7ad commit 406e767
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
include README.md
include description.rst
include LICENSE.txt
recursive-include tests *
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='python-vipaccess',
version='0.10.1',
version='0.10.2',
description="A free software implementation of Symantec's VIP Access application and protocol",
long_description=description,
url='https://github.com/dlenski/python-vipaccess',
Expand Down

0 comments on commit 406e767

Please sign in to comment.