Skip to content

Commit

Permalink
update plugin info
Browse files Browse the repository at this point in the history
  • Loading branch information
seb5g committed Nov 5, 2020
1 parent e89c724 commit d90a703
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions plugin_info.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## To modify by developper(s) of the plugin
SHORT_PLUGIN_NAME = 'daqmx'
package_url = 'https://github.com/CEMES-CNRS/pymodaq_plugins_daqmx'
description = 'Hardware plugins for PyMoDAQ using the NiDAQmx framework (pydaqmx wrapper)'

author = 'Sébastien Weber'
author_email = '[email protected]'
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from plugin_info import SHORT_PLUGIN_NAME, packages_required, package_url, author_email, author
from plugin_info import SHORT_PLUGIN_NAME, packages_required, package_url, author_email, author, description
PLUGIN_NAME = f'pymodaq_plugins_{SHORT_PLUGIN_NAME}'


Expand All @@ -20,7 +20,7 @@

setupOpts = dict(
name=PLUGIN_NAME,
description='Hardware plugins for PyMoDAQ using the NiDAQmx framework (pydaqmx wrapper)',
description=description,
long_description=long_description,
license='CECILL B',
url=package_url,
Expand Down

0 comments on commit d90a703

Please sign in to comment.