We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38d4bf4 commit d6eadcfCopy full SHA for d6eadcf
1 file changed
setup.py
@@ -1,13 +1,4 @@
1
-import os
2
from setuptools import setup
3
-from setuptools.command.install import install
4
-from lightify import __version__
5
-
6
-README = open(os.path.join(os.path.dirname(__file__), 'README.rst')).read()
7
8
-# allow setup.py to be run from any path
9
-os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
10
11
12
setup(
13
name='lightify',
@@ -16,7 +7,7 @@
16
include_package_data=True,
17
license='BSD License',
18
description='A library to work with OSRAM lightify.',
19
- long_description=README,
+ long_description='A library to work with OSRAM lightify. Threadsafe.',
20
url='https://github.com/tfriedel/python-lightify',
21
author='Thomas Friedel',
22
author_email='thomas.friedel@gmail.com',
0 commit comments