removed getch

This commit is contained in:
Kevin Froman 2020-04-20 20:40:55 -05:00
parent 271a19bd2c
commit d6e0282a36
2 changed files with 1 additions and 2 deletions

View File

@ -6,7 +6,7 @@ with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f:
setup(name='youandme',
version='0.0.0',
version='0.0.1',
description='Simple private data sharing via bytearrays, Tor tunneling and metadata paranoia',
long_description=long_description,
long_description_content_type='text/markdown',

View File

@ -3,7 +3,6 @@ import socket
from time import time, sleep
from threading import Thread
from getch import getch
from stem.control import Controller
try: