Skip to content

Commit 9d32103

Browse files
committed
release 1.0.1
1 parent f9d770a commit 9d32103

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

build.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
use_plugin("python.unittest")
55
use_plugin("python.install_dependencies")
66
use_plugin("python.flake8")
7-
# use_plugin("python.coverage")
87
use_plugin("python.distutils")
98

109
name = "sparkle-test"
@@ -13,11 +12,11 @@
1312
Unit testing in Spark is made easier with sparkle-test, the settings are tuned for performance and your unit tests
1413
don't leave any files in your workspace. There is one convenience method for asserting dataframe equality.
1514
"""
16-
default_task = "publish"
17-
version = "1.0.0"
15+
default_task = ["clean", "analyze", "publish"]
16+
version = "1.0.1"
1817

1918
url = "https://github.com/machielg/sparkle-test/"
20-
licence = "GPLv3+"
19+
license = "GPLv3+"
2120

2221

2322
authors = [Author("Machiel Keizer Groeneveld", "machielg@gmail.com")]

0 commit comments

Comments
 (0)