Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.pad.base
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
Package registry
Model registry
Operate
Environments
Terraform modules
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.pad.base
Merge requests
!101
Remove invalid entry-points in setup.py
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Remove invalid entry-points in setup.py
fix-entry-points
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Yannick DAYER
requested to merge
fix-entry-points
into
master
2 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
Removed spoof.py and dummy database entry-points pointing to removed files.
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
2dc27878
1 commit,
2 years ago
1 file
+
0
−
8
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
setup.py
+
0
−
8
Options
@@ -91,14 +91,6 @@ setup(
# In this simple example we will create a single program that will print
# the version of bob.
entry_points
=
{
# scripts should be declared using this entry:
"
console_scripts
"
:
[
"
spoof.py = bob.pad.base.script.spoof:main
"
,
],
"
bob.pad.database
"
:
[
"
dummy = bob.pad.base.test.dummy.database:database
"
,
# for test purposes only
"
dummysql = bob.pad.base.test.dummy.database_sql:database
"
,
# for test purposes only
],
# main entry for bob pad cli
"
bob.cli
"
:
[
"
pad = bob.pad.base.script.pad:pad
"
,
Loading