Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.example.faceverify
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
bob
bob.example.faceverify
Commits
e0ec2d50
Commit
e0ec2d50
authored
12 years ago
by
Laurent EL SHAFEY
Browse files
Options
Downloads
Patches
Plain Diff
Remove namespace. Update version
parent
378c17bb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup.py
+1
-5
1 addition, 5 deletions
setup.py
with
1 addition
and
5 deletions
setup.py
+
1
−
5
View file @
e0ec2d50
...
@@ -28,7 +28,7 @@ setup(
...
@@ -28,7 +28,7 @@ setup(
# This is the basic information about your project. Modify all this
# This is the basic information about your project. Modify all this
# information before releasing code publicly.
# information before releasing code publicly.
name
=
'
bob.example.faceverify
'
,
name
=
'
bob.example.faceverify
'
,
version
=
'
0.2.
2
'
,
version
=
'
0.2.
3
'
,
description
=
'
Example for using Bob to create face verification systems
'
,
description
=
'
Example for using Bob to create face verification systems
'
,
url
=
'
http://pypi.python.org/pypi/bob.example.faceverify
'
,
url
=
'
http://pypi.python.org/pypi/bob.example.faceverify
'
,
license
=
'
GPLv3
'
,
license
=
'
GPLv3
'
,
...
@@ -42,10 +42,6 @@ setup(
...
@@ -42,10 +42,6 @@ setup(
include_package_data
=
True
,
include_package_data
=
True
,
zip_safe
=
True
,
zip_safe
=
True
,
namespace_packages
=
[
"
faceverify
"
,
],
# This line defines which packages should be installed when you "install"
# This line defines which packages should be installed when you "install"
# this package. All packages that are mentioned here, but are not installed
# this package. All packages that are mentioned here, but are not installed
# on the current system will be installed locally and only visible to the
# on the current system will be installed locally and only visible to the
...
...
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