Had to update version due to messing up the module distribution
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from setuptools import setup
|
||||
from setuptools import setup, find_packages
|
||||
from helpers.constants import (__version__, PROJECT_PACKAGE_NAME,
|
||||
PROJECT_LICENSE, PROJECT_URL,
|
||||
PROJECT_EMAIL, PROJECT_DESCRIPTION,
|
||||
@@ -17,6 +17,7 @@ setup(
|
||||
url = PROJECT_URL,
|
||||
platforms = 'any',
|
||||
py_modules = ['blinkpy'],
|
||||
packages=find_packages(),
|
||||
install_requires = ['requests>=2,<3'],
|
||||
test_suite = 'tests',
|
||||
classifiers = PROJECT_CLASSIFIERS
|
||||
|
||||
Reference in New Issue
Block a user