We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 794ebde commit f05464cCopy full SHA for f05464c
setup.py
@@ -32,7 +32,10 @@ def find_packages(path=('.', ), prefix=''):
32
if ispkg:
33
yield name
34
35
-VERSION = '3.1.0-b'
+VERSION = '3.1.0'
36
+PUBLISH_VERSION = '-b'
37
+# PUBLISH_VERSION Should begin from '', each failed attmpt, it need to be
38
+# changed as '-b', '-c', ...
39
40
INSTALL_REQUIRES_FILE = [
41
'numpy>=1.16.0',
@@ -134,7 +137,7 @@ def has_ext_modules(foo):
134
137
135
138
setup(
136
139
name='mpegCoder',
- version=VERSION,
140
+ version=VERSION+PUBLISH_VERSION,
141
description='A FFmpeg module which could provide a class for encoding, '
142
'decoding, or streaming a video in any format.',
143
author='Yuchen Jin',
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments