Skip to content

Commit

Permalink
Add long description
Browse files Browse the repository at this point in the history
  • Loading branch information
hmaarrfk committed Jul 24, 2023
1 parent 6db62b7 commit 93cad56
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -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 93cad56

Please sign in to comment.