From be0b69971a4d8447d86f77b3d09b3820e8c9cb67 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 3 Jul 2023 22:31:15 +0200 Subject: remove project.ci The weird magic going on in the ci-{boost,build} scripts is honestly too weird. With hindsight, it seems to me that it's much better to just build a project with the same command during a CI run as when developing locally. Plus, I haven't really used either Travis or AppVeyor in quite some time, so this code was mostly untested really. --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index c6797f5..80f5b5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,8 +30,6 @@ classifiers = [ [project.scripts] boost-build = "project.boost.build:_main" boost-download = "project.boost.download:_main" -ci-boost = "project.ci.boost:main" -ci-build = "project.ci.build:main" project-build = "project.build:main" [tool.setuptools] -- cgit v1.2.3