Skip to content

Commit 5865206

Browse files
committed
updates
1 parent cd16711 commit 5865206

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

pyprojects.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
1+
[build-system]
2+
requires = ["setuptools>=61.0"]
3+
build-backend = "setuptools.build_meta"
14

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

Comments
 (0)