Merge pull request #96 from RecursiveForest/add-setuptools-info
add url and license to setup.py
This commit is contained in:
2
setup.py
2
setup.py
@@ -9,6 +9,8 @@ setup(
|
||||
description="a secure cd ripper preferring accuracy over speed",
|
||||
author=['Thomas Vander Stichele', 'Joe Lametta', 'Samantha Baldwin'],
|
||||
maintainer=['Joe Lametta', 'Samantha Baldwin'],
|
||||
url='https://github.com/JoeLametta/whipper',
|
||||
license='GPL3',
|
||||
packages=find_packages(),
|
||||
entry_points = {
|
||||
'console_scripts': [
|
||||
|
||||
Reference in New Issue
Block a user