Loading pyproject.toml +6 −0 Original line number Diff line number Diff line Loading @@ -12,9 +12,15 @@ classifiers = [ "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Natural Language :: English", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Topic :: Software Development :: Quality Assurance", ] requires-python = "~=3.6" [tool.flit.scripts] check-copyright-notice = "hooks.copyright:main" Loading Loading
pyproject.toml +6 −0 Original line number Diff line number Diff line Loading @@ -12,9 +12,15 @@ classifiers = [ "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Natural Language :: English", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Topic :: Software Development :: Quality Assurance", ] requires-python = "~=3.6" [tool.flit.scripts] check-copyright-notice = "hooks.copyright:main" Loading