Skip to content

Commit

Permalink
add long text
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Dec 18, 2024
1 parent d5cf76e commit baf66a6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
from pathlib import Path
from setuptools import setup

setup(
name="the-flx",
description="Rewrite emacs-flx in Python",
version="0.1.1",
version="0.1.2",
url="https://github.com/the-flx/flx.py",
project_urls={
"Source Code": "https://github.com/the-flx/flx.py",
Expand All @@ -14,4 +15,6 @@
python_requires=">=3.9",
packages=["flx"],
install_requires= [],
)
long_description=Path("README.md").read_text(),
long_description_content_type="text/markdown",
)

0 comments on commit baf66a6

Please sign in to comment.