Skip to content

Commit 2e91482

Browse files
Merge pull request #4 from superstreamlabs/fix-package-name
Update pyproject.toml
2 parents 4e9bb20 + 833f49a commit 2e91482

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ pipeline {
4545
}
4646
steps {
4747
sh '''
48-
sed -i -E 's/^(name *= *")superclient(")/\\1superclient-beta\\2/' pyproject.toml
48+
sed -i -E 's/^(name *= *")superstream-clients(")/\\1superstream-clients-beta\\2/' pyproject.toml
4949
'''
5050
sh 'pip install --quiet build twine'
5151
sh 'python -m build'
@@ -160,4 +160,4 @@ def notifyFailed() {
160160
Check console output at ${env.BUILD_URL}""",
161161
162162
)
163-
}
163+
}

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ requires = ["setuptools>=61", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name = "superclient"
7-
version = "0.1.1"
6+
name = "superstream-clients"
7+
version = "0.1.0"
88
description = "Superstream optimisation library for Kafka producers"
99
authors = [{name = "Superstream Labs", email = "[email protected]"}]
1010
license = "Apache-2.0"

0 commit comments

Comments
 (0)