Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.io.video
Commits
7aa3e898
Commit
7aa3e898
authored
Nov 06, 2014
by
Manuel Günther
Browse files
Implemented versioning by version.txt
parent
dcfe68a0
Changes
3
Hide whitespace changes
Inline
Side-by-side
MANIFEST.in
View file @
7aa3e898
include LICENSE README.rst bootstrap.py buildout.cfg requirements.txt
include LICENSE README.rst bootstrap.py buildout.cfg requirements.txt
version.txt
recursive-include doc conf.py *.rst
recursive-include doc conf.py *.rst
recursive-include bob *.cpp *.h
recursive-include bob *.cpp *.h
recursive-include bob/io/video/data *.*
recursive-include bob/io/video/data *.*
...
...
setup.py
View file @
7aa3e898
...
@@ -13,6 +13,9 @@ from bob.extension import pkgconfig, find_library
...
@@ -13,6 +13,9 @@ from bob.extension import pkgconfig, find_library
from
bob.extension.utils
import
load_requirements
from
bob.extension.utils
import
load_requirements
build_requires
=
load_requirements
()
build_requires
=
load_requirements
()
# Define package version
version
=
open
(
"version.txt"
).
read
().
rstrip
()
import
os
import
os
package_dir
=
os
.
path
.
dirname
(
os
.
path
.
realpath
(
__file__
))
package_dir
=
os
.
path
.
dirname
(
os
.
path
.
realpath
(
__file__
))
target_dir
=
os
.
path
.
join
(
package_dir
,
'bob'
,
'io'
,
'video'
)
target_dir
=
os
.
path
.
join
(
package_dir
,
'bob'
,
'io'
,
'video'
)
...
@@ -25,8 +28,6 @@ packages = [
...
@@ -25,8 +28,6 @@ packages = [
'libswscale >= 0.7.1'
'libswscale >= 0.7.1'
]
]
version
=
'2.0.0a0'
define_macros
=
[(
'__STDC_CONSTANT_MACROS'
,
None
)]
define_macros
=
[(
'__STDC_CONSTANT_MACROS'
,
None
)]
# Checks if we have avformat_alloc_output_context2 defined in libavformat
# Checks if we have avformat_alloc_output_context2 defined in libavformat
...
...
version.txt
0 → 100644
View file @
7aa3e898
2.0.0a3
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment