From 007b4f4455d0af5dbec7d933d1722fe74bcec152 Mon Sep 17 00:00:00 2001 From: Xianpeng Shen Date: Tue, 13 Aug 2024 17:24:24 +0300 Subject: [PATCH] chore: delete setup.py I don't think we need the setup.py file anymore. --- setup.py | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 setup.py 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()