Skip to content

Commit

Permalink
Merge pull request #16 from din14970/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
din14970 authored Nov 24, 2020
2 parents 976c697 + 727e2e2 commit f8c6f30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
include LICENSE
include tvipsconverter/widget_2.ui
include tvipsconverter/widget.ui
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="tvipsconverter",
version="0.1.2",
version="0.1.3",
description=(
"GUI converter for movie data from TVIPS cameras"
"into other formats like .blo, .tiff and .hspy."
Expand All @@ -27,7 +27,7 @@
'tvipsconverter = tvipsconverter.widgets:main',
],
},
package_data={'': ['tvipsconverter/widget_2.ui']},
package_data={'': ['tvipsconverter/widget.ui']},
include_package_data=True,
install_requires=[
'numpy',
Expand Down

0 comments on commit f8c6f30

Please sign in to comment.