Skip to content

Commit

Permalink
Updated Readme and version bump to propagate that to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmiller11 committed Aug 13, 2023
1 parent b5b72d9 commit 256c101
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PSBS combines multiple files into one puzzlescript source file and can export it

For more information view the [official PSBS Documentation](https://jcmiller11.github.io/PSBS/)

![Screenshot of PSBS in action](/docs/media/screenshot.png?raw=true)
![Screenshot of PSBS in action](https://github.com/jcmiller11/psbs/blob/master/docs/media/screenshot.png?raw=true)

## Features

Expand All @@ -30,6 +30,10 @@ If you already have Python 3.8 or greater and pip installed simply run the follo

If you don't have Python and pip installed: [Download Python](https://www.python.org/downloads/)

If you already have an older version of PSBS installed you can upgrade to the latest version with

`pip install psbs --upgrade`

## Contributing

While I'd be grateful to receive pull requests, at this moment in time prior to doing an official 1.0.0 release what I would really like help with is testing! Please use PSBS to its fullest and if you encounter any odd behaviors don't hesitate to raise an Issue!
Expand Down
4 changes: 4 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ If you already have Python 3.8 or greater and pip installed simply run the follo

If you don't have Python and pip installed: [Download Python](https://www.python.org/downloads/)

If you already have an older version of PSBS installed you can upgrade to the latest version with

`pip install psbs --upgrade`

## Connecting to GitHub

PSBS will build your projects into PuzzleScript games without interacting with GitHub at all, however uploading and running your projects from gists requires an authorization token. You can check if PSBS currently has an auth token by entering `psbs token`.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@

setup(
name='psbs',
version='0.3.2',
version='0.3.3',
python_requires='>=3.8',
description='PuzzleScript Build System',
long_description=long_description,
long_description_content_type='text/markdown',
author='J.C. Miller',
author_email='[email protected]',
url='https://github.com/jcmiller11/PSBS',
download_url = 'https://github.com/jcmiller11/PSBS/archive/refs/tags/0.3.2.tar.gz',
download_url = 'https://github.com/jcmiller11/PSBS/archive/refs/tags/0.3.3.tar.gz',
license='MIT',
packages=find_packages(),
package_data={'': ['example.txt']},
Expand Down

0 comments on commit 256c101

Please sign in to comment.