Skip to content

Commit

Permalink
fix missing example_settings.ini from package
Browse files Browse the repository at this point in the history
  • Loading branch information
pawl committed Jul 8, 2017
1 parent 55891b9 commit ad472d9
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 @@ -22,7 +22,7 @@

setup(
name='thief-snapshot',
version='0.1.1',
version='0.1.2',
description='Detects motion with a camera and sends snapshots using a '
'telegram chatbot if your phone is not on wifi.',
url='https://github.com/pawl/thief-snapshot',
Expand All @@ -32,6 +32,7 @@
install_requires=install_requires,
extras_require=extras_require,
packages=find_packages(),
include_package_data=True,
classifiers=[
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit ad472d9

Please sign in to comment.