Skip to content

Commit

Permalink
fix(deps): try to fix pypi version
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerwooo committed Feb 4, 2023
1 parent f01bf3b commit f3f6f29
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 5 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
[![Pre-commit](https://github.com/BITNP/bitsrun/actions/workflows/ci.yml/badge.svg)](https://github.com/BITNP/bitsrun/actions/workflows/ci.yml)
[![PyPI Publish](https://github.com/BITNP/bitsrun/actions/workflows/python-publish.yml/badge.svg)](https://github.com/BITNP/bitsrun/actions/workflows/python-publish.yml)
[![PyPI](https://img.shields.io/pypi/v/bitsrun)](https://pypi.org/project/bitsrun/)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/bitsrun)
![PyPI - Downloads](https://img.shields.io/pypi/dm/bitsrun)

_A headless login / logout script for 10.0.0.55 at BIT._
Expand Down
2 changes: 1 addition & 1 deletion pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 21 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,35 @@
[project]
name = "bitsrun"
version = "3.4.0"
version = "3.4.1"
description = "A headless login / logout script for 10.0.0.55"
authors = [{ name = "spencerwooo", email = "[email protected]" }]
dependencies = [
"click<9.0.0,>=8.1.3",
"platformdirs<3.0.0,>=2.6.2",
"httpx>=0.23.3",
"rich>=13.3.1",
"humanize>=4.5.0",
"click>=8.1.3",
"platformdirs>=2.6.2",
]
requires-python = ">=3.8,<4.0"
requires-python = ">=3.8"
readme = "README.md"
license = { text = "WTFPL" }
keywords = ["bit", "srun", "srun-login", "srun-client", "beijing-institute-of-technology"]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Intended Audience :: Developers",
"Intended Audience :: Education",
"Intended Audience :: End Users/Desktop",
"Intended Audience :: Information Technology",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Education",
"Topic :: Internet",
]

[project.urls]
homepage = "https://github.com/BITNP/bitsrun"
Expand Down

0 comments on commit f3f6f29

Please sign in to comment.