Skip to content

Commit

Permalink
add include in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
OUCyf committed Jul 18, 2023
1 parent bf916e9 commit a501398
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
[tool.poetry]
name = "seisrtm"
version = "0.0.1"
version = "0.0.2"
description = "Reverse time migration"
authors = ["OUCyf <oucyinfu@gmail.com>"]
license = "Apache-2.0"
readme = "README.md"
include = ["seisrtm/**/*.py", "pyproject.toml"]
classifiers = [
"Development Status :: 2 - Pre-Alpha",
"Environment :: Console",
Expand Down
2 changes: 1 addition & 1 deletion seisrtm/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from seisrtm.config.main import m1

__version__ = "0.0.1"
__version__ = "0.0.2"

__all__ = ["config"]

0 comments on commit a501398

Please sign in to comment.