Skip to content

Commit

Permalink
updated setup
Browse files Browse the repository at this point in the history
  • Loading branch information
seb5g committed Nov 10, 2021
1 parent ff05ab0 commit 3308c94
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
13 changes: 0 additions & 13 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,3 @@
**setupOpts
)


setup(
version=version.get_version(),
packages=find_packages(),
package_data={'': ['*.dll']},
include_package_data=True,
entry_points={'pymodaq.plugins': f'default = {PLUGIN_NAME}'},
install_requires=[
'pymodaq>=2.0',
]+packages_required,
**setupOpts
)

2 changes: 1 addition & 1 deletion src/pymodaq_plugins_newport/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.1.1

0 comments on commit 3308c94

Please sign in to comment.