Skip to content

Commit

Permalink
Update the documentation, increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
lpenz committed Mar 31, 2024
1 parent 79b4b8c commit 49a4ab3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
docs: false
coveralls: true
publish_pypi: false
publish_pypi: true
publish_github_release: true
secrets:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@

# pthugefileviewer

A console regular expression editor based on python's [prompt-toolkit].
*pthugefileviewer* is a control for [prompt-toolkit] that can display
huge files. It does so by mmap'ing the file and only reading the lines
shown in the screen. It avoids any operation that would require
reading the whole file, like counting the lines.


## Installation
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[metadata]

Check warning on line 1 in setup.cfg

View workflow job for this annotation

GitHub Actions / python / publish-github-release

Version mismatch: tag 0.1.0 != 0.1.1 from setup.cfg

Check warning on line 1 in setup.cfg

View workflow job for this annotation

GitHub Actions / python / publish-pypi

Version mismatch: tag 0.1.0 != 0.1.1 from setup.cfg
name = pthugefileviewer
version = 0.1.0
description = Console regular expression editor
version = 0.1.1
description = Huge file viewer control for prompt-toolkit
license = MIT
license_files = LICENSE
long_description = file: README.md
Expand Down

0 comments on commit 49a4ab3

Please sign in to comment.