I'm really bad at building working Python packages 🤦🏻‍♂

(ping #28)
pull/31/head v0.10.2
Dan Lenski 2019-06-01 13:47:07 -07:00
parent c9cd7ad928
commit 406e767645
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
include README.md
include description.rst
include LICENSE.txt
recursive-include tests *

View File

@ -6,7 +6,7 @@ with open('description.rst', encoding='utf-8') as f:
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',