From 4813ae7dabf5481808c5e4aae78d540df907d5bd Mon Sep 17 00:00:00 2001 From: Thomas Watson Date: Sat, 22 Jun 2024 11:47:03 -0500 Subject: Migrate to the PDM build system Avoids problems with .git_archival.txt breaking reproducibility. Nabbed from https://github.com/amaranth-lang/amaranth-soc/commit/d66881d83419c689fc96168150e57d9f467723aa --- setup.py | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 setup.py (limited to 'setup.py') diff --git a/setup.py b/setup.py deleted file mode 100644 index b024da8..0000000 --- a/setup.py +++ /dev/null @@ -1,4 +0,0 @@ -from setuptools import setup - - -setup() -- cgit v1.2.3