File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
cff-version : 1.2.0
2
2
message : If you use this software, please cite it using these metadata.
3
3
title : GitHub Extractor
4
- abstract : Extract various information from the GitHub API
4
+ abstract : Extract various information from the GitHub API.
5
5
type : software
6
- version : 0.1.0
7
- date-released : 2024-05-29
6
+ version : 0.1.1
7
+ date-released : 2024-06-26
8
8
repository-code : https://github.com/GitHubToolbox/github-extractor-package
9
9
keywords :
10
10
- " Wolf Software"
Original file line number Diff line number Diff line change
1
+ pytest == 8.2.2
2
+ setuptools == 70.1.0
Original file line number Diff line number Diff line change 1
- pytest == 8.2.2
2
1
requests == 2.32.3
3
- setuptools == 70.1.0
Original file line number Diff line number Diff line change 12
12
13
13
setup (
14
14
name = 'wolfsoftware.github-extractor' ,
15
- version = '0.1.0 ' ,
15
+ version = '0.1.1 ' ,
16
16
author = 'Wolf Software' ,
17
17
author_email = 'pypi@wolfsoftware.com' ,
18
- description = 'Extract information from GitHub' ,
18
+ description = 'Extract various information from the GitHub API. ' ,
19
19
long_description = long_description ,
20
20
long_description_content_type = 'text/markdown' ,
21
21
license = 'MIT' ,
You can’t perform that action at this time.
0 commit comments