Skip to content

Commit

Permalink
Improve main package description
Browse files Browse the repository at this point in the history
  • Loading branch information
michelepagot committed Feb 6, 2021
1 parent 809f06a commit f425838
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cookiecutterrc
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ default_context:
package_name: 'pysds011'
pre_commit: 'yes'
project_name: 'pysds011'
project_short_description: 'Simple python driver for SDS011 PM sensor from Nova.'
project_short_description: 'Python driver and command line application to interact with SDS011 PM sensor from Nova.'
pypi_badge: 'yes'
pypi_disable_upload: 'no'
release_date: 'today'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def read(*names, **kwargs):
name='pysds011',
version='0.0.3',
license='MIT',
description='Simple python driver for SDS011 PM sensor from Nova.',
description='Python driver and command line application to interact with SDS011 PM sensor from Nova.',
long_description='%s\n%s' % (
re.compile('^.. start-badges.*^.. end-badges', re.M | re.S).sub('', read('README.rst')),
re.sub(':[a-z]+:`~?(.*?)`', r'``\1``', read('CHANGELOG.rst'))
Expand Down

0 comments on commit f425838

Please sign in to comment.