diff --git a/setup.cfg b/setup.cfg deleted file mode 100644 index 70ccbb2..0000000 --- a/setup.cfg +++ /dev/null @@ -1,43 +0,0 @@ -# Reference: https://setuptools.pypa.io/en/latest/userguide/declarative_config.html#declarative-config - - -[metadata] -name = backup -version = 2.1.0 -author = Mortolian -maintainer = Mortolian -keywords = rsync, backup, sync, ssh -license = BSD 3-Clause License -classifiers = - Programming Language :: Python :: 3 - - -[options] -package_dir = - =backup -packages = find: -install_requires = file:requirements.txt -zip_safe = False -python_requires = >=3.8 - - -[options.packages.find] -where = backup - - -[flake8] -ignore = - # E501 line too long (80 > 79 characters) - E501, - # I001 isort found an import in the wrong position - I001, - # I003 isort expected 1 blank line in imports, found 0 - I003, - # I005 isort found an unexpected missing import - I005, - # DUO102 insecure use of "random" module, prefer "random.SystemRandom" - DUO102, - # Unecessary variable assignement before return statement. - R504, - # isort found an unexpected blank line in imports - I004 \ No newline at end of file