We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd16711 commit 5865206Copy full SHA for 5865206
1 file changed
pyprojects.toml
@@ -1 +1,12 @@
1
+[build-system]
2
+requires = ["setuptools>=61.0"]
3
+build-backend = "setuptools.build_meta"
4
5
+[project]
6
+name = "percentify"
7
+version = "0.1.0"
8
+description = "A micro-library to easily calculate percentage between two numbers."
9
+authors = [{ name="Daniel Emakkporuena", email="danielemakporuena1@gmail.com" }]
10
+readme = "README.md"
11
+license = {text = "Apache 2.0"}
12
+requires-python = ">=3.7"
0 commit comments