Skip to content

Commit

Permalink
add pyproject.toml PEP 518
Browse files Browse the repository at this point in the history
  • Loading branch information
mc51 committed Jan 2, 2021
1 parent 29d8eec commit a9f407d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ Install via pip:
pip install clipster-desktop
```

Alternatively, install the latest version from GitHub:
Copy and paste the following in the console to clone the git repo and start the `install.sh` script:
Alternatively, install the latest version from GitHub. Copy and paste the following in the console to clone the git repo and start the `install.sh` script:

``` bash
git clone https://github.com/mc51/Clipster-Desktop.git && cd Clipster-Desktop && sh install.sh
Expand Down Expand Up @@ -60,7 +59,7 @@ Clipster will add an Icon to your system tray which you can click for opening up

- [x] Encrypt / Decrypt clipboard locally and only transmit encrypted data to server
- [x] Add clipboard history: share multiple Clips
- [ ] Add PyPi package
- [x] Add PyPi package
- [ ] Support image sharing
- [ ] iOS Client

Expand Down
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[build-system]
# These are the assumed default build requirements from pip:
# https://pip.pypa.io/en/stable/reference/pip/#pep-517-and-518-support
requires = ["setuptools>=40.8.0", "wheel"]
build-backend = "setuptools.build_meta"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name="clipster-desktop",
version="0.4.2",
version="0.4.3",
description="Multi Platform Cloud Clipboard - Desktop Client",
long_description_content_type="text/markdown",
long_description=long_description,
Expand Down

0 comments on commit a9f407d

Please sign in to comment.