mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-30 09:48:55 +00:00
Move python scripts out of tmux folder, adjust other scripts and classes for this change.
This commit is contained in:
@@ -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'],
|
||||
)
|
||||
Reference in New Issue
Block a user