Skip to content

Commit 60ed760

Browse files
committed
MAINT: also remove lmfit.ui from setup.py
1 parent fa8f83f commit 60ed760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@
5151
keywords='curve-fitting, least-squares minimization',
5252
tests_require=['pytest'],
5353
package_dir={'lmfit': 'lmfit'},
54-
packages=['lmfit', 'lmfit.ui'],
54+
packages=['lmfit'],
5555
)

0 commit comments

Comments
 (0)