Move python scripts out of tmux folder, adjust other scripts and classes for this change.

This commit is contained in:
Darko
2015-09-30 12:13:57 +02:00
parent 05056ba84b
commit 9e87cab0d2
39 changed files with 270 additions and 191 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'],
)