Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.learn.mlp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.learn.mlp
Commits
d47240ed
Commit
d47240ed
authored
10 years ago
by
Manuel Günther
Browse files
Options
Downloads
Patches
Plain Diff
Implemented versioning by version.txt
parent
89b9583c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
MANIFEST.in
+1
-1
1 addition, 1 deletion
MANIFEST.in
setup.py
+3
-2
3 additions, 2 deletions
setup.py
version.txt
+1
-0
1 addition, 0 deletions
version.txt
with
5 additions
and
3 deletions
MANIFEST.in
+
1
−
1
View file @
d47240ed
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 bob *.cpp *.h
This diff is collapsed.
Click to expand it.
setup.py
+
3
−
2
View file @
d47240ed
...
...
@@ -12,11 +12,12 @@ from bob.blitz.extension import Extension, Library, build_ext
from
bob.extension.utils
import
load_requirements
build_requires
=
load_requirements
()
# Define package version
version
=
open
(
"
version.txt
"
).
read
().
rstrip
()
packages
=
[
'
boost
'
]
boost_modules
=
[
'
system
'
]
version
=
'
2.0.0a0
'
setup
(
name
=
'
bob.learn.mlp
'
,
...
...
This diff is collapsed.
Click to expand it.
version.txt
0 → 100644
+
1
−
0
View file @
d47240ed
2.0.0a3
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment