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