Skip to content

Commit

Permalink
Merge pull request #8 from neptune-ai/SiddhantSadangi-patch-1
Browse files Browse the repository at this point in the history
Update pyproject.toml
  • Loading branch information
Raalsky authored Mar 5, 2024
2 parents 12464c8 + 5e6d3d7 commit 98472a4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## neptune_aws 1.1.1

### Changes
- Updated `pyproject.toml` ([#8](https://github.com/neptune-ai/neptune-aws/pull/8))

## neptune_aws 1.1.0

### Fixes
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dev = [
[tool.poetry]
authors = ["neptune.ai <contact@neptune.ai>"]
description = "Neptune.ai Tools for using Neptune client on AWS integration library"
repository = "https://github.com/neptune-ai/neptune_aws"
repository = "https://github.com/neptune-ai/neptune-aws"
homepage = "https://neptune.ai/"
documentation = "https://docs.neptune.ai/integrations/aws/"
include = ["CHANGELOG.md"]
Expand All @@ -43,7 +43,7 @@ name = "neptune-aws"
readme = "README.md"
version = "0.0.0"
classifiers = [
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
Expand All @@ -69,12 +69,12 @@ packages = [
]

[tool.poetry.urls]
"Tracker" = "https://github.com/neptune-ai/neptune_aws/issues"
"Tracker" = "https://github.com/neptune-ai/neptune-aws/issues"
"Documentation" = "https://docs.neptune.ai/integrations/aws/"

[tool.black]
line-length = 120
target-version = ['py37', 'py38', 'py39', 'py310']
target-version = ['py37', 'py38', 'py39', 'py310', 'py311']
include = '\.pyi?$'
exclude = '''
/(
Expand Down

0 comments on commit 98472a4

Please sign in to comment.