summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSimeon Simeonov2026-04-28 14:27:05 +0200
committerSimeon Simeonov2026-04-28 14:27:05 +0200
commit751c74e7de1c78a151fdd8b76f220d8411a2108a (patch)
tree0b13345aad6949a3325ca8f72b4eece14a0fe973 /setup.py
parent82ef6adec6e59f9cc9dc9fa1a13a2b43e534bada (diff)
Restructure the entire project, enforce linting and add support for type checkers
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/setup.py b/setup.py
deleted file mode 100644
index a5d21d8..0000000
--- a/setup.py
+++ /dev/null
@@ -1,5 +0,0 @@
1# Legacy setup for some build / install systems
2
3from setuptools import setup
4
5setup()