Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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‎

Lines changed: 3 additions & 2 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /