Skip to content

Commit

Permalink
MAINT: also remove lmfit.ui from setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
reneeotten committed May 2, 2020
1 parent fa8f83f commit 60ed760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
keywords='curve-fitting, least-squares minimization',
tests_require=['pytest'],
package_dir={'lmfit': 'lmfit'},
packages=['lmfit', 'lmfit.ui'],
packages=['lmfit'],
)

0 comments on commit 60ed760

Please sign in to comment.