Skip to content

Commit 6087f85

Browse files
committed
Cleanup other non-code mentions of fetcher
1 parent 0ff76df commit 6087f85

File tree

3 files changed

+4
-19
lines changed

3 files changed

+4
-19
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,23 +28,11 @@ repos:
2828
- id: insert-license
2929
files: ^src/neptune_query.*[^/]+\.py$
3030
args: [ "--license-filepath", ".github/license_header.txt", "--allow-past-years"]
31-
- repo: https://github.com/Lucas-C/pre-commit-hooks
32-
rev: v1.5.4
33-
hooks:
34-
- id: insert-license
35-
files: ^neptune_fetcher/src/neptune_fetcher.*[^/]+\.py$
36-
args: [ "--license-filepath", ".github/license_header.txt", "--allow-past-years"]
3731
- repo: https://github.com/pre-commit/mirrors-mypy
3832
rev: v1.13.0
3933
hooks:
4034
- id: mypy
4135
args: [ --config-file, pyproject.toml ]
4236
pass_filenames: false
43-
- repo: https://github.com/pre-commit/mirrors-mypy
44-
rev: v1.13.0
45-
hooks:
46-
- id: mypy
47-
args: [ --config-file, neptune_fetcher/pyproject.toml ]
48-
pass_filenames: false
4937
default_language_version:
5038
python: python3

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Changelog
22

3-
See the [Release Notes](https://github.com/neptune-ai/neptune-fetcher/releases) on GitHub.
3+
See the [Release Notes](https://github.com/neptune-ai/neptune-query/releases) on GitHub.

pyproject.toml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# This is pyproject.toml for neptune_query
2-
# neptune_fetcher's pyproject.toml is located in a subdirectory
3-
41
[build-system]
52
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning"]
63
build-backend = "poetry_dynamic_versioning.backend"
@@ -24,8 +21,8 @@ tqdm = { version = ">=4.66.0" }
2421

2522
[tool.poetry]
2623
authors = ["neptune.ai <contact@neptune.ai>"]
27-
description = "Neptune Fetcher"
28-
repository = "https://github.com/neptune-ai/neptune-fetcher"
24+
description = "Neptune Query is a Python library for retrieving data from Neptune."
25+
repository = "https://github.com/neptune-ai/neptune-query"
2926
homepage = "https://neptune.ai/"
3027
documentation = "https://docs.neptune.ai/"
3128
license = "Apache License 2.0"
@@ -59,7 +56,7 @@ packages = [
5956
]
6057

6158
[tool.poetry.urls]
62-
"Tracker" = "https://github.com/neptune-ai/neptune-fetcher/issues"
59+
"Tracker" = "https://github.com/neptune-ai/neptune-query/issues"
6360
"Documentation" = "https://docs.neptune.ai/"
6461

6562
[tool.black]

0 commit comments

Comments
 (0)