Compare commits
No commits in common. "bef7899cdd17fb15c2059660419ec6217d876a06" and "5bf93b83df3ce6233ecdcb60285fbb1b0f1c4d4f" have entirely different histories.
bef7899cdd
...
5bf93b83df
6
setup.py
6
setup.py
|
@ -14,10 +14,7 @@ setup(
|
|||
author = 'pictuga',
|
||||
author_email = 'contact@pictuga.com',
|
||||
url = 'http://morss.it/',
|
||||
project_urls = {
|
||||
'Source': 'https://git.pictuga.com/pictuga/morss',
|
||||
'Bug Tracker': 'https://github.com/pictuga/morss/issues',
|
||||
},
|
||||
download_url = 'https://git.pictuga.com/pictuga/morss',
|
||||
license = 'AGPL v3',
|
||||
packages = [package_name],
|
||||
install_requires = ['lxml', 'bs4', 'python-dateutil', 'chardet'],
|
||||
|
@ -25,7 +22,6 @@ setup(
|
|||
'full': ['pymysql', 'redis', 'diskcache', 'gunicorn'],
|
||||
'dev': ['pylint']
|
||||
},
|
||||
python_requires = '>=2.7',
|
||||
package_data = {package_name: ['feedify.ini']},
|
||||
data_files = [
|
||||
('share/' + package_name, ['README.md', 'LICENSE']),
|
||||
|
|
Loading…
Reference in New Issue