Compare commits
No commits in common. "ed06ae63983ffe1fcf80b28dda0d8a8adf180f45" and "4e577d3266315416cea2f11fe844ebeef932f030" have entirely different histories.
ed06ae6398
...
4e577d3266
4
setup.py
4
setup.py
|
@ -1,4 +1,3 @@
|
|||
from datetime import datetime
|
||||
from glob import glob
|
||||
|
||||
from setuptools import setup
|
||||
|
@ -7,9 +6,8 @@ package_name = 'morss'
|
|||
|
||||
setup(
|
||||
name = package_name,
|
||||
version = datetime.now().strftime('%Y%m%d.%H%M'),
|
||||
description = 'Get full-text RSS feeds',
|
||||
author = 'pictuga',
|
||||
author = 'pictuga, Samuel Marks',
|
||||
author_email = 'contact@pictuga.com',
|
||||
url = 'http://morss.it/',
|
||||
download_url = 'https://git.pictuga.com/pictuga/morss',
|
||||
|
|
Loading…
Reference in New Issue