Skip to content

Commit

Permalink
Adding package to PiPy
Browse files Browse the repository at this point in the history
  • Loading branch information
d6o committed Jan 25, 2016
1 parent ab2ee8a commit 1c4c923
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
File renamed without changes.
Binary file added mdownload/.DS_Store
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[metadata]
description-file = README.md
13 changes: 13 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
from distutils.core import setup
setup(
name = 'mdownload',
packages = ['mdownload'], # this must be the same as the name above
version = '0.1',
description = 'It is a small library to multi-threaded downloads.',
author = 'Diego Siqueira',
author_email = '[email protected]',
url = 'https://github.com/DiSiqueira/mdownload', # use the URL to the github repo
download_url = 'https://github.com/DiSiqueira/mdownload/tarball/0.1', # I'll explain this in a second
keywords = ['download', 'thread', 'speed', 'resume', 'multi', 'simple'], # arbitrary keywords
classifiers = [],
)

0 comments on commit 1c4c923

Please sign in to comment.