@@ -32,7 +32,7 @@ def find_packages(path=('.', ), prefix=''):
32
32
if ispkg :
33
33
yield name
34
34
35
- VERSION = '3.1.0'
35
+ VERSION = '3.1.0-b '
36
36
37
37
INSTALL_REQUIRES_FILE = [
38
38
'numpy>=1.16.0' ,
@@ -142,6 +142,7 @@ def has_ext_modules(foo):
142
142
url = 'https://github.com/cainmagi/FFmpeg-Encoder-Decoder-for-Python' ,
143
143
project_urls = {
144
144
'Tracker' : 'https://github.com/cainmagi/FFmpeg-Encoder-Decoder-for-Python/issues' ,
145
+ 'Documentation' : 'https://cainmagi.github.io/FFmpeg-Encoder-Decoder-for-Python/' ,
145
146
},
146
147
long_description = LONG_DESCRIPTION ,
147
148
long_description_content_type = 'text/markdown' ,
@@ -169,7 +170,7 @@ def has_ext_modules(foo):
169
170
'video-stream' , 'python-c-api' , 'rtsp-push' , 'rtmp-push' ,
170
171
'rtsp-player' , 'rtmp-player' , 'ffmpeg-encoder'
171
172
],
172
- python_requires = '>=3.5' ,
173
+ python_requires = '>=3.5,<=3.9 ' ,
173
174
license = 'GPLv3' ,
174
175
install_requires = INSTALL_REQUIRES_FILE ,
175
176
distclass = BinaryDistribution ,
0 commit comments