Skip to content

Commit

Permalink
add rust src file to python package (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
kemingy committed May 7, 2022
1 parent a540025 commit 1a2478e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mosec"
version = "0.3.4"
version = "0.3.5"
authors = ["Keming <kemingy94@gmail.com>", "Zichen <lkevinzc@gmail.com>"]
edition = "2021"
license = "Apache-2.0"
Expand Down
6 changes: 6 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
include Cargo.*
include src/*.rs
include scripts/*.sh
include CITATION.cff
include LICENSE
include README.md
2 changes: 1 addition & 1 deletion mosec/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.4"
__version__ = "0.3.5"
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ def build_extension(self, ext: Extension):
url="https://github.com/mosecorg/mosec",
license="Apache License 2.0",
packages=find_packages(exclude=["examples*", "tests*"]),
include_package_data=True,
classifiers=[
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.7",
Expand Down

0 comments on commit 1a2478e

Please sign in to comment.