Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MUYSC
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container 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
Jorge Alfredo Jaimes Teherán
MUYSC
Commits
769c6d1c
Commit
769c6d1c
authored
6 years ago
by
Chris Holdgraf
Browse files
Options
Downloads
Patches
Plain Diff
bumping version
parent
efa86fb9
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup.py
+2
-2
2 additions, 2 deletions
setup.py
with
2 additions
and
2 deletions
setup.py
+
2
−
2
View file @
769c6d1c
...
...
@@ -3,16 +3,16 @@ import sys
import
os
import
os.path
as
op
from
glob
import
glob
from
jupyter_book
import
__version__
# Location of the template files we use for cloning
template_files
=
glob
(
op
.
join
(
'
jupyter_book
'
,
'
book_template
'
,
'
**
'
,
'
*
'
),
recursive
=
True
)
template_files
=
[
ii
.
replace
(
'
jupyter_book
'
+
os
.
sep
,
''
,
1
)
for
ii
in
template_files
]
PACKAGE_DATA
=
{
"
jupyter_book
"
:
template_files
}
version
=
'
v0.1
'
setup
(
name
=
'
jupyter-book
'
,
version
=
version
,
version
=
__
version
__
,
install_requires
=
[
'
ruamel.yaml
'
,
],
...
...
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