mirror of
https://github.com/ihabunek/toot.git
synced 2025-10-21 19:44:16 -04:00
Dropped support for python 3.3
Not testable on Travis, end of life since 2017.
This commit is contained in:
4
setup.py
4
setup.py
@@ -29,14 +29,14 @@ setup(
|
||||
'Environment :: Console',
|
||||
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.3',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
],
|
||||
data_files=[('', ['Makefile'])],
|
||||
packages=['toot', 'toot.ui'],
|
||||
python_requires=">=3.3",
|
||||
python_requires=">=3.4",
|
||||
install_requires=[
|
||||
"requests>=2.13,<3.0",
|
||||
"beautifulsoup4>=4.5.0,<5.0",
|
||||
|
||||
Reference in New Issue
Block a user