@@ -34,7 +34,7 @@ dev = [
3434[tool .poetry ]
3535authors = [
" neptune.ai <[email protected] >" ]
3636description = " Neptune.ai Tools for using Neptune client on AWS integration library"
37- repository = " https://github.com/neptune-ai/neptune_aws "
37+ repository = " https://github.com/neptune-ai/neptune-aws "
3838homepage = " https://neptune.ai/"
3939documentation = " https://docs.neptune.ai/integrations/aws/"
4040include = [" CHANGELOG.md" ]
@@ -43,7 +43,7 @@ name = "neptune-aws"
4343readme = " README.md"
4444version = " 0.0.0"
4545classifiers = [
46- " Development Status :: 4 - Beta " ,
46+ " Development Status :: 5 - Production/Stable " ,
4747 " Environment :: Console" ,
4848 " Intended Audience :: Developers" ,
4949 " Intended Audience :: Science/Research" ,
@@ -69,12 +69,12 @@ packages = [
6969]
7070
7171[tool .poetry .urls ]
72- "Tracker" = " https://github.com/neptune-ai/neptune_aws /issues"
72+ "Tracker" = " https://github.com/neptune-ai/neptune-aws /issues"
7373"Documentation" = " https://docs.neptune.ai/integrations/aws/"
7474
7575[tool .black ]
7676line-length = 120
77- target-version = [' py37' , ' py38' , ' py39' , ' py310' ]
77+ target-version = [' py37' , ' py38' , ' py39' , ' py310' , ' py311 ' ]
7878include = ' \.pyi?$'
7979exclude = '''
8080/(
0 commit comments