Skip to content

Commit

Permalink
Include web pages in package
Browse files Browse the repository at this point in the history
  • Loading branch information
nielstron committed Jan 5, 2019
1 parent aa7bc45 commit 9f2c151
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,14 @@

setup(
name='PyBLNET',
version='0.7.2',
version='0.7.3',
description='Automate wireless communication to UVR1611 via BL-NET',
author='Niels Mündler',
author_email='n.muendler@web.de',
url='https://github.com/nielstron/pyblnet/',
py_modules=['pyblnet'],
packages=find_packages(),
package_data={'': ['*.html', '*.htm']},
install_requires=['htmldom', 'requests'],
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 9f2c151

Please sign in to comment.