diff --git a/setup.py b/setup.py deleted file mode 100644 index b8181a8..0000000 --- a/setup.py +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/env python -"""Info used for installing the cpp-linter-hooks package. -Since using setup.py is no longer std convention, -all install information is located in pyproject.toml -""" - -import setuptools - - -setuptools.setup()