remove shebang from setup.py (somehow breaking py39)

pull/70/head
Robert Sachunsky 2 months ago
parent e0ba83e993
commit ccfc8212ec

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

Loading…
Cancel
Save