mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-30 19:40:03 -07:00
add linktastic folder
This commit is contained in:
parent
ce70c374c2
commit
935a4a245e
5 changed files with 109 additions and 0 deletions
13
linktastic/setup.py
Normal file
13
linktastic/setup.py
Normal file
|
@ -0,0 +1,13 @@
|
|||
from distutils.core import setup
|
||||
|
||||
setup(
|
||||
name='Linktastic',
|
||||
version='0.1.0',
|
||||
author='Jon "Berkona" Monroe',
|
||||
author_email='solipsis.dev@gmail.com',
|
||||
py_modules=['linktastic'],
|
||||
url="http://github.com/berkona/linktastic",
|
||||
license='MIT License - See http://opensource.org/licenses/MIT for details',
|
||||
description='Truly platform-independent file linking',
|
||||
long_description=open('README.txt').read(),
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue