Skip to content

Commit

Permalink
Manifest had still the old files in it.
Browse files Browse the repository at this point in the history
  • Loading branch information
berndporr committed Nov 15, 2022
1 parent 2f1effa commit d9f46ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
include *.py
include README.rst
include pyusbdux.h
include pyusbdux.cpp
include pyusbdux.i
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ def read(fname):
swig_opts=['-c++','-py3','-threads'],
)


setup (name = 'pyusbdux',
version = '2.0.1',
version = '2.0.2',
author = "Bernd Porr",
author_email = "mail@berndporr.me.uk",
url = "https://github.com/berndporr/pyusbdux",
description = 'API for the USB-DUX DAQ boxes for Linux (www.linux-usb-daq.co.uk)',
description = 'API for the USB-DUX DAQ boxes for Linux (https://github.com/glasgowneuro/usbdux)',
long_description=read('README.rst'),
ext_modules = [pyusbdux_module],
py_modules = ["pyusbdux"],
Expand Down

0 comments on commit d9f46ed

Please sign in to comment.