Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.db.mnist
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.db.mnist
Commits
a3af9a70
Commit
a3af9a70
authored
10 years ago
by
Manuel Günther
Browse files
Options
Downloads
Patches
Plain Diff
Implemented versioning by version.txt
parent
ca6dd12c
Branches
Branches containing commit
Tags
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
+4
-1
4 additions, 1 deletion
setup.py
version.txt
+1
-0
1 addition, 0 deletions
version.txt
with
6 additions
and
2 deletions
MANIFEST.in
+
1
−
1
View file @
a3af9a70
include README.rst bootstrap.py buildout.cfg COPYING
include README.rst bootstrap.py buildout.cfg COPYING
version.txt
recursive-include doc *.py *.rst
This diff is collapsed.
Click to expand it.
setup.py
+
4
−
1
View file @
a3af9a70
...
...
@@ -18,12 +18,15 @@
from
setuptools
import
setup
,
find_packages
# Define package version
version
=
open
(
"
version.txt
"
).
read
().
rstrip
()
# The only thing we do in this file is to call the setup() function with all
# parameters that define our package.
setup
(
name
=
'
bob.db.mnist
'
,
version
=
'
2.0.0a0
'
,
version
=
version
,
description
=
'
MNIST Database Access API for Bob
'
,
url
=
'
https://pypi.python.org/pypi/bob.db.mnist
'
,
license
=
'
GPLv3
'
,
...
...
This diff is collapsed.
Click to expand it.
version.txt
0 → 100644
+
1
−
0
View file @
a3af9a70
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