File tree Expand file tree Collapse file tree 2 files changed +51
-0
lines changed Expand file tree Collapse file tree 2 files changed +51
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "files" : [
3
+ " README.md"
4
+ ],
5
+ "imageSize" : 100 ,
6
+ "commit" : false ,
7
+ "commitConvention" : " angular" ,
8
+ "contributors" : [
9
+ {
10
+ "login" : " lwasser" ,
11
+ "name" : " Leah Wasser" ,
12
+ "avatar_url" : " https://avatars.githubusercontent.com/u/7649194?v=4" ,
13
+ "profile" : " http://www.leahwasser.com" ,
14
+ "contributions" : [
15
+ " doc" ,
16
+ " design"
17
+ ]
18
+ }
19
+ ],
20
+ "contributorsPerLine" : 7 ,
21
+ "skipCi" : true ,
22
+ "repoType" : " github" ,
23
+ "repoHost" : " https://github.com" ,
24
+ "projectName" : " python-package-guide" ,
25
+ "projectOwner" : " pyOpenSci"
26
+ }
Original file line number Diff line number Diff line change 1
1
# <img src =" images/logo/logo.png " width =40 /> pyOpenSci Scientific Python Open Source Packaging Guide
2
+ <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3
+ [ ![ All Contributors] ( https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square )] ( #contributors- )
4
+ <!-- ALL-CONTRIBUTORS-BADGE:END -->
2
5
3
6
![ GitHub release (latest by date)] ( https://img.shields.io/github/v/release/pyopensci/python-package-guide?color=purple&display_name=tag&style=plastic )
4
7
@@ -63,3 +66,25 @@ $ nox -s docs-live
63
66
64
67
We welcome and issues and pull-requests to improve the content of this guide.
65
68
If you'd like to see an improvement, please [ open an issue] ( https://github.com/pyOpenSci/governance/issues/new/choose ) .
69
+
70
+ ## Contributors ✨
71
+
72
+ Thanks goes to these wonderful people ([ emoji key] ( https://allcontributors.org/docs/en/emoji-key ) ):
73
+
74
+ <!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
75
+ <!-- prettier-ignore-start -->
76
+ <!-- markdownlint-disable -->
77
+ <table >
78
+ <tbody >
79
+ <tr>
80
+ <td align="center"><a href="http://www.leahwasser.com"><img src="https://avatars.githubusercontent.com/u/7649194?v=4?s=100" width="100px;" alt="Leah Wasser"/><br /><sub><b>Leah Wasser</b></sub></a><br /><a href="https://github.com/pyOpenSci/python-package-guide/commits?author=lwasser" title="Documentation">📖</a> <a href="#design-lwasser" title="Design">🎨</a></td>
81
+ </tr>
82
+ </tbody >
83
+ </table >
84
+
85
+ <!-- markdownlint-restore -->
86
+ <!-- prettier-ignore-end -->
87
+
88
+ <!-- ALL-CONTRIBUTORS-LIST:END -->
89
+
90
+ This project follows the [ all-contributors] ( https://github.com/all-contributors/all-contributors ) specification. Contributions of any kind welcome!
You can’t perform that action at this time.
0 commit comments