We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa8f83f commit 60ed760Copy full SHA for 60ed760
setup.py
@@ -51,5 +51,5 @@
51
keywords='curve-fitting, least-squares minimization',
52
tests_require=['pytest'],
53
package_dir={'lmfit': 'lmfit'},
54
- packages=['lmfit', 'lmfit.ui'],
+ packages=['lmfit'],
55
)
0 commit comments