Skip to content

Commit 794ebde

Browse files
committed
3.1.0-b
1. Add more information. 2. Try to solve the PyPI policy issue.
1 parent a3dba34 commit 794ebde

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def find_packages(path=('.', ), prefix=''):
3232
if ispkg:
3333
yield name
3434

35-
VERSION = '3.1.0'
35+
VERSION = '3.1.0-b'
3636

3737
INSTALL_REQUIRES_FILE = [
3838
'numpy>=1.16.0',
@@ -142,6 +142,7 @@ def has_ext_modules(foo):
142142
url='https://github.com/cainmagi/FFmpeg-Encoder-Decoder-for-Python',
143143
project_urls={
144144
'Tracker': 'https://github.com/cainmagi/FFmpeg-Encoder-Decoder-for-Python/issues',
145+
'Documentation': 'https://cainmagi.github.io/FFmpeg-Encoder-Decoder-for-Python/',
145146
},
146147
long_description=LONG_DESCRIPTION,
147148
long_description_content_type='text/markdown',
@@ -169,7 +170,7 @@ def has_ext_modules(foo):
169170
'video-stream', 'python-c-api', 'rtsp-push', 'rtmp-push',
170171
'rtsp-player', 'rtmp-player', 'ffmpeg-encoder'
171172
],
172-
python_requires='>=3.5',
173+
python_requires='>=3.5,<=3.9',
173174
license='GPLv3',
174175
install_requires=INSTALL_REQUIRES_FILE,
175176
distclass=BinaryDistribution,

0 commit comments

Comments
 (0)