distutils files
This commit is contained in:
19
setup.py
Normal file
19
setup.py
Normal file
@@ -0,0 +1,19 @@
|
||||
from distutils.core import setup
|
||||
setup(
|
||||
name = 'qalbum',
|
||||
packages = ['qalbum'],
|
||||
scripts = ['scripts/Qalbum',
|
||||
'scripts/Qalbum-thumbnailer',
|
||||
'scripts/Qalbum-descriptor'],
|
||||
package_data={'':['lib/*']},
|
||||
include_package_data=True,
|
||||
version = '2.20161005',
|
||||
description = 'A tool to create a web gallery from a folder structure of images / other files.',
|
||||
author = 'Ville Rantanen',
|
||||
author_email = 'ville.q.rantanen@gmail.com',
|
||||
url = 'https://bitbucket.org/MoonQ/qalbum',
|
||||
download_url = 'https://bitbucket.org/MoonQ/qalbum/get/tip.tar.gz',
|
||||
keywords = ['album', 'generator', 'javascript'],
|
||||
classifiers = [],
|
||||
license = 'MIT',
|
||||
)
|
||||
Reference in New Issue
Block a user