Skip to content

Commit

Permalink
build(setup.py): add 'readme', 'python_requires', and new classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
usrme committed Sep 22, 2023
1 parent 0175559 commit 18717fd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,22 @@
setup(
name="powerline-tailscale",
description="A Powerline segment for showing the status of Tailscale",
version="1.0.0",
readme="README.md",
version="1.0.1",
keywords="powerline tailscale",
license="MIT",
author="Üllar Seerme",
url="https://github.com/usrme/powerline-tailscale",
packages=["powerline_tailscale"],
python_requires=">=3.9",
classifiers=[
"Environment :: Console",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Topic :: Terminals",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
],
)

0 comments on commit 18717fd

Please sign in to comment.