Skip to content

Commit 3465e06

Browse files
authored
split requirements (#14)
Slit the requirements files.
1 parent 164fbea commit 3465e06

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

CITATION.cff

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
cff-version: 1.2.0
22
message: If you use this software, please cite it using these metadata.
33
title: GitHub Extractor
4-
abstract: Extract various information from the GitHub API
4+
abstract: Extract various information from the GitHub API.
55
type: software
6-
version: 0.1.0
7-
date-released: 2024-05-29
6+
version: 0.1.1
7+
date-released: 2024-06-26
88
repository-code: https://github.com/GitHubToolbox/github-extractor-package
99
keywords:
1010
- "Wolf Software"

requirements-dev.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
pytest==8.2.2
2+
setuptools==70.1.0

requirements.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
pytest==8.2.2
21
requests==2.32.3
3-
setuptools==70.1.0

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212

1313
setup(
1414
name='wolfsoftware.github-extractor',
15-
version='0.1.0',
15+
version='0.1.1',
1616
author='Wolf Software',
1717
author_email='pypi@wolfsoftware.com',
18-
description='Extract information from GitHub',
18+
description='Extract various information from the GitHub API.',
1919
long_description=long_description,
2020
long_description_content_type='text/markdown',
2121
license='MIT',

0 commit comments

Comments
 (0)