Skip to content

Commit

Permalink
Another try to 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 c2aaf50 commit ea8789a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include requirements.txt
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.1",
version = "2.0.2",
packages = find_packages(),

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

Expand Down

0 comments on commit ea8789a

Please sign in to comment.