Skip to content

Commit 9f34de1

Browse files
committed
Define pypi package name elsewhere..
1 parent 913ea26 commit 9f34de1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
[tool.poetry]
2-
name = "basemath-analysis"
2+
name = "basemath"
33
version = "0.1.0"
44
description = "A library for BaseMath's test, a novel Group Sequential Testing approach that enables the user to stop early."
55
authors = ["Data Products GYG <engineering.data-products@getyourguide.com>"]
66
license = "Apache License 2.0"
77
readme = "README.md"
88
repository = "https://github.com/getyourguide/basemath"
99

10+
[project]
11+
# Name for PYPI package
12+
name = "basemath-analysis"
13+
1014
[tool.poetry.dependencies]
1115
python = "^3.8"
1216
numpy = "^1.14.0"

0 commit comments

Comments
 (0)