Skip to content
This repository has been archived by the owner on Jul 26, 2023. It is now read-only.

Commit

Permalink
update README and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hughrun committed Nov 21, 2019
1 parent 77d035d commit d3fa2f2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# pocket-snack
# pocketsnack

When your Pocket list is overwhelming, pocket-snack lets you see just what you can read today

This is the version 2 README. If you haven't yet upgraded you can still use the [version 1 README](v1_README.md).
This is the version 2 documentation. If you haven't yet upgraded you can still use the [version 1 README](v1_README.md).

## A note on version 2

Expand All @@ -19,7 +19,7 @@ The automation of `pocketsnack refresh` has _also_ been removed. This didn't rea
## Getting started

1. make sure you have installed Python 3
2. download `pocketsnack` using git or the download link in **Releases**
2. download `pocketsnack` using git or the download link in [releases](releases)
3. move into the top `pocketsnack` directory
4. `pip3 install .` or if pip points to Python3, `pip install .`
5. Edit `settings/settings.py`
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

setup(name='pocketsnack',
version='2.0.1',
version='2.1.0',
url='https://hughrundle.net',
license='GPL-3.0-or-later',
packages=find_packages(),
Expand All @@ -11,9 +11,9 @@
author='Hugh Rundle',
author_email='hugh@hughrundle.net',
description='A command line package for managing Pocket accounts.',
keywords='pocket, pocket-api',
keywords='pocket, pocket api',
project_urls={
'Source Code': 'https://github.com/hughrun/pocketsnack',
'Documentation': 'https://github.com/hughrun/pocketsnack'
'Source Code': 'https://github.com/hughrun/pocketsnack',
'Documentation': 'https://github.com/hughrun/pocketsnack'
}
)

0 comments on commit d3fa2f2

Please sign in to comment.