Skip to content

Commit

Permalink
chore: pypi long description compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
benlipkin committed Sep 23, 2024
1 parent 88dcf92 commit d4fe040
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
Setup file for the decoding library.
"""

import pathlib

import setuptools

core_requirements = [
Expand All @@ -21,14 +19,11 @@
"ruff==0.6.7",
]

with pathlib.Path("README.md").open(encoding="utf-8") as f:
readme = f.read()

setuptools.setup(
name="decoding",
version="0.1.0",
description="Composable LLM decoding algorithms",
long_description=readme,
long_description="See https://github.com/benlipkin/decoding for more information.",
long_description_content_type="text/markdown",
authors=["Ben Lipkin"],
license="Apache 2.0",
Expand Down

0 comments on commit d4fe040

Please sign in to comment.