setup: clean up author string
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
c3318d4af0
commit
ed06ae6398
2
setup.py
2
setup.py
|
@ -9,7 +9,7 @@ setup(
|
||||||
name = package_name,
|
name = package_name,
|
||||||
version = datetime.now().strftime('%Y%m%d.%H%M'),
|
version = datetime.now().strftime('%Y%m%d.%H%M'),
|
||||||
description = 'Get full-text RSS feeds',
|
description = 'Get full-text RSS feeds',
|
||||||
author = 'pictuga, Samuel Marks',
|
author = 'pictuga',
|
||||||
author_email = 'contact@pictuga.com',
|
author_email = 'contact@pictuga.com',
|
||||||
url = 'http://morss.it/',
|
url = 'http://morss.it/',
|
||||||
download_url = 'https://git.pictuga.com/pictuga/morss',
|
download_url = 'https://git.pictuga.com/pictuga/morss',
|
||||||
|
|
Loading…
Reference in New Issue