Skip to content

Commit

Permalink
chore: Update project metadata (#256)
Browse files Browse the repository at this point in the history
- Author name and email
- Development status: alpha -> beta
- Remove `zip-safe`

Issue: #254
  • Loading branch information
AdrianoKF authored Jan 24, 2024
1 parent 36ceed4 commit 8a53184
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,16 @@ keywords = ["lakeFS", "fsspec"]
requires-python = ">=3.9"
readme = "README.md"
license = { text = "Apache-2.0" }
authors = [{ name = "appliedAI Initiative", email = "[email protected]" }]
authors = [
{ name = "appliedAI Institute for Europe", email = "[email protected]" },
]
maintainers = [
{ name = "Nicholas Junge", email = "[email protected]" },
{ name = "Max Mynter", email = "[email protected]" },
{ name = "Adrian Rumpold", email = "[email protected]" },
]
classifiers = [
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: Apache Software License",
Expand Down Expand Up @@ -76,7 +78,6 @@ docs = [

[tool.setuptools]
package-dir = { "" = "src" }
zip-safe = false

[tool.setuptools.packages.find]
where = ["src"]
Expand Down

0 comments on commit 8a53184

Please sign in to comment.