-
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.
- Loading branch information
Showing
1 changed file
with
4 additions
and
7 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 |
---|---|---|
|
@@ -42,15 +42,12 @@ ignore_missing_imports = true | |
|
||
[tool.poetry] | ||
name = "spark8t" | ||
version = "0.0.3" | ||
description = "This project allow you to create a SNAP for interacting with a K8s cluster to submit Spark jobs or run spark shells interactively" | ||
version = "0.0.4" | ||
description = "This project provides some utilities function and CLI commands to run Spark on K8s." | ||
authors = [ | ||
"Abhishek Verma <[email protected]>", | ||
"Enrico Deusebio <[email protected]>", | ||
"Paolo Sottovia <[email protected]>", | ||
"Judit Novak <[email protected]>" | ||
"Canonical Data Platform <[email protected]>" | ||
] | ||
license = "MIT" | ||
license = "Apache-2.0" | ||
readme = "README.md" | ||
packages = [] | ||
|
||
|