mirror of
https://github.com/onionshare/onionshare.git
synced 2025-12-24 04:21:21 -05:00
- converted tool.poetry to PEP 621 (default behavior for poetry) - converted setup.py to PEP 621 (recommended by setuptools) - use pyproject.toml instead of version.txt - use importlib instead of version.txt - use PEP 621 dependency format in flatpak build scripts - added tomli as a dev dependency (used in build scripts) - removed version.txt (no longer used) - cleaned up dependencies - version is still in desktop/setup.py (unclear on how snapcraft uses it) - poetry lockfiles need to be rebuilt |
||
|---|---|---|
| .. | ||
| meek-client | ||
| obfs4proxy | ||
| snowflake | ||
| .gitignore | ||
| generate-golang-dependencies.py | ||
| onionshare-cli.yaml | ||
| onionshare-desktop.yaml | ||
| org.onionshare.OnionShare.yaml | ||
| pyproject-to-requirements.py | ||
| README.md | ||
Flatpak Packaging
OnionShare is published on Flathub here: https://flathub.org/apps/details/org.onionshare.OnionShare
The Flatpak manifest that builds that package is hosted here: https://github.com/flathub/org.onionshare.OnionShare
This folder contains a copy of that manifest, modified for local development.