mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-03 01:50:11 -05:00
remove pypi publishing stuff
This commit is contained in:
parent
785078957e
commit
29a269253a
8
setup.py
8
setup.py
@ -1,17 +1,14 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
import os, sys, subprocess, platform
|
||||
import os, sys, platform
|
||||
from glob import glob
|
||||
|
||||
try:
|
||||
from setuptools import setup
|
||||
except ImportError:
|
||||
from distutils.core import setup
|
||||
|
||||
if sys.argv[-1] == 'publish':
|
||||
subprocess.call(['python', 'setup.py', 'sdist', 'upload', '--sign'])
|
||||
sys.exit()
|
||||
|
||||
version = open('version').read().strip()
|
||||
args = {}
|
||||
|
||||
@ -58,3 +55,4 @@ setup(
|
||||
packages=['onionshare', 'onionshare_gui'],
|
||||
**args
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user