Setup python_requires to >=3.6
Fix python_requires format
This commit is contained in:
parent
3dbc1205d0
commit
3a336375c2
5 changed files with 5 additions and 0 deletions
|
@ -23,6 +23,7 @@ setup(
|
|||
"libretime-analyzer=airtime_analyzer.cli:main",
|
||||
]
|
||||
},
|
||||
python_requires=">=3.6",
|
||||
install_requires=[
|
||||
"mutagen>=1.31.0",
|
||||
"pika>=1.0.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue