Skip to content

Commit

Permalink
Switch to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
bra-fsn committed Dec 20, 2023
1 parent 6f4e671 commit 7ef42fe
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 29 deletions.
34 changes: 34 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[project]
name = "cloudperf"
description = "Relative performance index for cloud services"
readme = "README.md"
requires-python = ">=3.8"
authors = [
{name = "NAGY, Attila", email = "nagy.attila@gmail.com" }
]
dependencies = [
"cachetools",
"click>=7.0",
"boto3>=1.9.61",
"pandas",
"requests",
"python-dateutil",
"paramiko",
"pytimeparse",
]
dynamic = ["version"]
classifiers=[
"Programming Language :: Python",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]

[project.urls]
"Homepage" = "https://github.com/bra-fsn/cloudperf"
"Source" = "https://github.com/bra-fsn/cloudperf"

[project.scripts]
cloudperf = "cloudperf.cli:main"

[tool.setuptools.dynamic]
version = {attr = "cloudperf.__version__"}
29 changes: 0 additions & 29 deletions setup.py

This file was deleted.

0 comments on commit 7ef42fe

Please sign in to comment.