Skip to content

Commit

Permalink
Pack in requirements.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
sobomax committed Oct 18, 2022
1 parent 31c272b commit c2aaf50
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 @@ -8,12 +8,12 @@

setup(
name = "sippy",
version = "2.0.0",
version = "2.0.1",
packages = find_packages(),

install_requires = requirements,
package_data = {
'': ['dictionary', '*.md']
'': ['dictionary', '*.md', 'requirements.txt']
},
test_suite = 'tests',

Expand Down

0 comments on commit c2aaf50

Please sign in to comment.