Skip to content

Commit

Permalink
fixing missing spark submod (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
fdosani authored Jun 22, 2024
1 parent 2eafc25 commit 644b24f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion datacompy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.13.0"
__version__ = "0.13.1"

import platform
from warnings import warn
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ requires = ["setuptools>=64.0.0"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
packages = ["datacompy"]
packages = ["datacompy", "datacompy.spark"]
zip-safe = false
include-package-data = true

Expand Down

0 comments on commit 644b24f

Please sign in to comment.