Skip to content
This repository was archived by the owner on Apr 2, 2024. It is now read-only.

Commit 1fbc613

Browse files
committed
add details to setup.py
1 parent 89980d9 commit 1fbc613

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

setup.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,17 @@
44
version='0.1',
55
description='Scraps comics and creates cbz files',
66
url='https://github.com/AbstractGeek/comic-scrapper',
7-
download_url='https://github.com/AbstractGeek/comic-scrapper',
7+
download_url='https://github.com/AbstractGeek/comic-scrapper/tarball/0.1',
88
author='Dinesh Natesan',
99
author_email='[email protected]',
1010
license='MIT',
11+
classifiers=[
12+
'Development Status :: 3 - Alpha',
13+
'License :: OSI Approved :: MIT License',
14+
'Programming Language :: Python :: 3.5',
15+
'Topic :: Games/Entertainment',
16+
],
17+
keywords='comics scrapper',
1118
packages=['comic_scrapper'],
1219
install_requires=[
1320
'beautifulsoup4',

0 commit comments

Comments
 (0)