changeset 7:4189849f2715

Remove the now unneeded setup.py file. We rely on pyproject.toml and use just the "build" package now.
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 19 Apr 2026 18:04:38 +0200
parents 730c437d9f71
children 5812e7f3bc13
files setup.py
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Sun Apr 19 17:50:59 2026 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-#!/usr/bin/env python
-# -*- coding: utf-8 -*-
-
-from setuptools import setup
-
-setup()