Skip to content

Commit

Permalink
Updated pyproject.toml
Browse files Browse the repository at this point in the history
Fixed issue resulting in Empty Package
  • Loading branch information
jrasband-dev committed Dec 3, 2024
1 parent 6f31c0b commit 7d622b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dist
polars_extensions/polars_extensions.egg-info
__pycache__
__pycache__
polars_extensions.egg-info
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
[project]
name = "polars-extensions"
version = "0.2.0"
version = "0.2.1"
description = "The Library of Polars Extensions"
readme = "README.md"
authors = [
{name = "Jayden Rasband", email = "jayden.rasband@gmail.com"}
]
license = {text = "MIT"}
requires-python = ">=3.6"
classifiers = []
dependencies = [
"polars",
Expand All @@ -21,4 +20,3 @@ dependencies = [
include-package-data = true

[tool.setuptools.packages.find]
where = ["polars_extensions"]

0 comments on commit 7d622b8

Please sign in to comment.