Move python scripts out of tmux folder into update_scripts folder, adjust other parts of newznab-tmux to accommodate the change.

This commit is contained in:
Darko
2015-09-30 10:55:02 +02:00
parent dad4b5b5ed
commit 0602f5173a
40 changed files with 232 additions and 134 deletions
@@ -0,0 +1,13 @@
from setuptools import setup
setup(
name='pynntp',
version='0.8.4',
description='NNTP Library (including compressed headers)',
author='Byron Platt',
author_email='byron.platt@gmail.com',
license='GPL3',
url='https://github.com/greenbender/pynntp',
packages=['nntp'],
install_requires=['dateutils'],
)