Add an app builder

This commit is contained in:
Valentin Niess
2020-04-02 00:10:20 +02:00
parent 83ee9e5f0c
commit f23a2dc25f
10 changed files with 320 additions and 42 deletions

View File

@@ -3,12 +3,9 @@ import os
import setuptools
import ssl
import subprocess
try:
from urllib.request import urlopen
except ImportError:
from urllib2 import urlopen
from python_appimage.utils.deps import ensure_excludelist
from python_appimage.utils.url import urlopen
CLASSIFIERS = '''\