-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update project metadata (#256)
- Author name and email - Development status: alpha -> beta - Remove `zip-safe` Issue: #254
- Loading branch information
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
@@ -76,7 +78,6 @@ docs = [ | |
|
||
[tool.setuptools] | ||
package-dir = { "" = "src" } | ||
zip-safe = false | ||
|
||
[tool.setuptools.packages.find] | ||
where = ["src"] | ||
|