summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2020-11-08 12:07:17 -0800
committerMicah Lee <micah@micahflee.com>2020-11-08 12:07:17 -0800
commit46a9434fbfa14b4545f7f5f12f3bd3a2cc3621c9 (patch)
tree064af592ca9e469488f67ff255879c4dbf3ead9f /cli
parentf319de1d7a833e38e190ef07072aee16e322c6fc (diff)
downloadonionshare-46a9434fbfa14b4545f7f5f12f3bd3a2cc3621c9.tar.gz
onionshare-46a9434fbfa14b4545f7f5f12f3bd3a2cc3621c9.zip
Add incomplete flatpak manifest, update release docs, re-add source package script
Diffstat (limited to 'cli')
-rw-r--r--cli/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/setup.py b/cli/setup.py
index 57503044..21ed4e06 100644
--- a/cli/setup.py
+++ b/cli/setup.py
@@ -19,7 +19,7 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
"""
-# snap packaging uses setup.py
+# snap and flatpak packaging uses setup.py
# PyPi publishing, developing, and testing uses poetry
import os