Skip to content

Commit

Permalink
Minor cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
runrunm committed Oct 23, 2024
1 parent 2488581 commit 8c6ffaa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions plugin_info.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## To modify by developper(s) of the plugin

[plugin-info]
SHORT_PLUGIN_NAME = 'newport' #for instance daqmx
package-url = 'https://github.com/PyMoDAQ/pymodaq_plugins_newport' #to modify
SHORT_PLUGIN_NAME = 'newport'
package-url = 'https://github.com/PyMoDAQ/pymodaq_plugins_newport'
description = 'Set of PyMoDAQ plugins for instruments from Newport (Conex, ESP100, SMC100, AG-CU8, ...)'

author = 'Sébastien Weber'
Expand All @@ -12,7 +12,6 @@ license = 'MIT'
[plugin-install]
#packages required for your plugin:
packages-required = ['pyvisa', 'pymodaq>=4.3.0', 'pythonnet', 'pylablib']
##

[features] # defines the plugin features contained into this plugin
instruments = true # true if plugin contains instrument classes (else false, notice the lowercase for toml files)
Expand Down

0 comments on commit 8c6ffaa

Please sign in to comment.