From fd870de9238dfb2045a8ba87ade25a42dd577d10 Mon Sep 17 00:00:00 2001 From: Benjamin Bengfort Date: Sun, 10 Nov 2024 12:07:30 -0600 Subject: [PATCH] packaging update --- README.md | 9 +++++++++ requirements.txt | 2 ++ setup.cfg | 2 +- setup.py | 1 - 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 382119e..aa9e41c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ # Construe: An LLM Benchmark Utility **An LLM inferencing benchmark tool focusing on device-specific latency and memory usage.** + +## Releases + +To release the construe library and deploy to PyPI run the following commands: + +``` +$ python -m build +$ twine upload dist/* +``` \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index c3e7679..44acf56 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,7 @@ requests==2.32.3 # Packaging Dependencies # black==24.10.0 +# build==1.2.2.post1 # packaging==24.2 # pip==24.3.1 # setuptools==75.3.0 @@ -40,6 +41,7 @@ requests==2.32.3 # platformdirs==4.3.6 # pluggy==1.5.0 # Pygments==2.18.0 +# pyproject_hooks==1.2.0 # readme_renderer==44.0 # requests-toolbelt==1.0.0 # rfc3986==2.0.0 diff --git a/setup.cfg b/setup.cfg index edc37db..b3eb504 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [metadata] -description-file = README.md +description_file = README.md license_file = LICENSE [test] diff --git a/setup.py b/setup.py index 85f1f5e..8e23359 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,6 @@ "Topic :: System :: Benchmark", "Topic :: System :: Hardware", "Topic :: Scientific/Engineering :: Artificial Intelligence", - "", ]