Skip to content

Commit

Permalink
Merge pull request #190 from colinoflynn/long_description
Browse files Browse the repository at this point in the history
Add long description
  • Loading branch information
hmaarrfk committed Jul 24, 2023
2 parents 6db62b7 + 93cad56 commit 1747100
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions setup.py
@@ -1,10 +1,17 @@
from setuptools import setup
import versioneer


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


setup(
name='picoscope',
version=versioneer.get_version(),
description="Unofficial python wrapper for the PicoScope devices.",
long_description=long_description,
long_description_content_type='text/markdown',
author="Colin O'Flynn, Mark Harfouche",
author_email='coflynn@newae.com, mark.harfouche@gmail.com',
license='BSD',
Expand Down

0 comments on commit 1747100

Please sign in to comment.