diff options
| author | Thomas Watson <twatson52@icloud.com> | 2024-06-22 11:47:03 -0500 |
|---|---|---|
| committer | Catherine <whitequark@whitequark.org> | 2024-06-23 04:28:04 +0100 |
| commit | 4813ae7dabf5481808c5e4aae78d540df907d5bd (patch) | |
| tree | f15d75d86717f978326026fec87245d727c72ad0 /setup.py | |
| parent | aba2300dc83216523e1c98fdb22471cb4bac5027 (diff) | |
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
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 4 |
1 files changed, 0 insertions, 4 deletions
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() |
