# HG changeset patch # User Franz Glasner # Date 1776614678 -7200 # Node ID 4189849f27154f70345df855c8bce30279be1a3b # Parent 730c437d9f7189c2a555997358bab2bb151fe08c Remove the now unneeded setup.py file. We rely on pyproject.toml and use just the "build" package now. diff -r 730c437d9f71 -r 4189849f2715 setup.py --- 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()