File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 11[tool .poetry ]
22
33name = " filecloudapi-python"
4- version = " 0.2"
4+ version = " 0.2.1 "
55description = " A Python library to connect to a Filecloud server"
66
77packages = [{ include = " filecloudapi" }]
@@ -14,16 +14,15 @@ homepage = "https://pypi.org/project/filecloudapi-python"
1414documentation = " https://filecloudapi-python.readthedocs.io"
1515repository = " https://github.com/codelathe/filecloudapi-python"
1616
17- keywords = [
18- ]
17+ keywords = []
1918classifiers = [
2019 " Development Status :: 4 - Beta" ,
2120 " Natural Language :: English" ,
2221 " Operating System :: OS Independent" ,
2322 " Programming Language :: Python" ,
2423 " Programming Language :: Python :: 3" ,
2524 " Programming Language :: Python :: 3.11" ,
26- " License :: OSI Approved :: Apache Software License"
25+ " License :: OSI Approved :: Apache Software License" ,
2726]
2827
2928[tool .poetry .dependencies ]
@@ -37,15 +36,15 @@ requests = "*"
3736
3837# Formatters
3938black = " ^22.1"
40- tomli = " *" # missing 'black' dependency
39+ tomli = " *" # missing 'black' dependency
4140isort = " ^5.10"
4241
4342# Linters
4443mypy = " ^1.0"
4544pydocstyle = " ^6.1"
4645pylint = " ~2.15"
4746pylint-pytest = " *"
48- wrapt = " *" # missing 'pylint' dependency
47+ wrapt = " *" # missing 'pylint' dependency
4948
5049# Testing
5150pytest = " ^8.1"
You can’t perform that action at this time.
0 commit comments