File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changes here will be overwritten by Copier
2
- _commit : 573d8d6
2
+ _commit : 6f28b69
3
3
_src_path : https://github.com/python-project-templates/base.git
4
4
add_extension : jupyter
5
5
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ keywords = []
18
18
19
19
classifiers = [
20
20
" Development Status :: 3 - Alpha" ,
21
+ " Programming Language :: Python" ,
21
22
" Programming Language :: Python :: Implementation :: CPython" ,
22
23
" Programming Language :: Python :: Implementation :: PyPy" ,
23
24
" Programming Language :: Python :: 3" ,
@@ -29,10 +30,6 @@ classifiers = [
29
30
30
31
dependencies = []
31
32
32
- [project .urls ]
33
- Repository = " https://github.com/python-project-templates/python-template-jupyter"
34
- Homepage = " https://github.com/python-project-templates/python-template-jupyter"
35
-
36
33
[project .optional-dependencies ]
37
34
develop = [
38
35
" build" ,
@@ -50,6 +47,10 @@ develop = [
50
47
51
48
[project .scripts ]
52
49
50
+ [project .urls ]
51
+ Repository = " https://github.com/python-project-templates/python-template-jupyter"
52
+ Homepage = " https://github.com/python-project-templates/python-template-jupyter"
53
+
53
54
[tool .bumpversion ]
54
55
current_version = " 0.1.0"
55
56
commit = true
You can’t perform that action at this time.
0 commit comments