Skip to content

Commit

Permalink
Fix packages
Browse files Browse the repository at this point in the history
main packages are now included in wheel - released
  • Loading branch information
TrippW committed Nov 17, 2021
1 parent f3da371 commit 42b093c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
'urllib3>=1.25',
'strsimpy>=0.1.3'
],
packages=find_packages(include=['wiki_matcher']),
version='0.0.1'
packages=['wiki_matcher'],
version='0.0.2'
)

0 comments on commit 42b093c

Please sign in to comment.