Skip to content

Commit

Permalink
long description added
Browse files Browse the repository at this point in the history
  • Loading branch information
mbalatsko committed Sep 28, 2018
1 parent 0fa3cad commit ce91964
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,19 @@

os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))

with open('README.md') as f:
long_description = f.read()

setup(
name='pypylon-opencv-viewer',
packages=find_packages(),
version='1.0',
description='Easy to use Jupyter notebook interface connecting Basler Pylon images grabbing with openCV image processing.'
'Allows to specify interactive Jupyter widgets to manipulate Basler camera features values, grab camera image and at'
' Allows to specify interactive Jupyter widgets to manipulate Basler camera features values, grab camera image and at'
'once get an OpenCV window on which raw camera output is displayed or you can specify an image processing function,'
'which takes on the input raw camera output image and display your own output.',
long_description=long_description,
long_description_content_type='text/markdown',
license='MIT License',
author='Maksym Balatsko',
author_email='mbalatsko@gmail.com',
Expand Down

0 comments on commit ce91964

Please sign in to comment.