remove shebang from setup.py (somehow breaking py39)

This commit is contained in:
Robert Sachunsky 2024-10-01 04:09:55 +02:00
parent e0ba83e993
commit ccfc8212ec

View file

@ -1,4 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
from json import load
from setuptools import setup, find_packages