Skip to content

Commit

Permalink
include pyproject.toml in package
Browse files Browse the repository at this point in the history
  • Loading branch information
jianlins committed Oct 30, 2022
1 parent 528bf92 commit 9339de4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
include conf/rush_rules.tsv
include PyRuSH/StaticSentencizerFun.pyx
include requirements.txt
include requirements.txt
include pyproject.toml
2 changes: 1 addition & 1 deletion PyRuSH/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '1.0.8.dev5'
__version__ = '1.0.8.dev6'
if __name__ == '__main__':
print(__version__)
# ******************************************************************************
Expand Down

0 comments on commit 9339de4

Please sign in to comment.