Skip to content

Commit d6eadcf

Browse files
author
thomas.friedel
committed
removed reference to other files from setup.py
1 parent 38d4bf4 commit d6eadcf

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

setup.py

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
1-
import os
21
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-
112

123
setup(
134
name='lightify',
@@ -16,7 +7,7 @@
167
include_package_data=True,
178
license='BSD License',
189
description='A library to work with OSRAM lightify.',
19-
long_description=README,
10+
long_description='A library to work with OSRAM lightify. Threadsafe.',
2011
url='https://github.com/tfriedel/python-lightify',
2112
author='Thomas Friedel',
2213
author_email='thomas.friedel@gmail.com',

0 commit comments

Comments
 (0)