We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6db62b7 + 93cad56 commit 1747100Copy full SHA for 1747100
setup.py
@@ -1,10 +1,17 @@
1
from setuptools import setup
2
import versioneer
3
4
+
5
+with open('README.md') as readme_file:
6
+ long_description = readme_file.read()
7
8
9
setup(
10
name='picoscope',
11
version=versioneer.get_version(),
12
description="Unofficial python wrapper for the PicoScope devices.",
13
+ long_description=long_description,
14
+ long_description_content_type='text/markdown',
15
author="Colin O'Flynn, Mark Harfouche",
16
author_email='coflynn@newae.com, mark.harfouche@gmail.com',
17
license='BSD',
0 commit comments