Skip to content

Commit 1fe0131

Browse files
authored
Merge pull request #6 from SAnCherepan/develop
Cleanup
2 parents b779334 + bb18c67 commit 1fe0131

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Repo reader
22

3-
This is a simple example package that can be used to get basic info on GitHub repository groups (a.k.a. organisations).
3+
This is a simple python package that can be used to get basic list of repositories in a GitHub repository group (a.k.a. organisation).
44

55
# Installation
66

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "repo_reader_sancherepan"
7-
version = "0.3.1"
7+
version = "0.3.3"
88
authors = [
99
{ name="SAnCherepan", email="sivkinpunk@gmail.com" },
1010
]

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
github_base_url = "https://api.github.com"
55

66

7-
# ToDo: recursively lookup resources directory and generate mocks wherever response.json is present
7+
# ToDo: recursively lookup tests/resources directory and generate mocks wherever response.json is present
88
@pytest.fixture(autouse=True)
99
def request_register_get_urls(requests_mock):
1010
# list of repositories

0 commit comments

Comments
 (0)