File size: 134 Bytes
979853c
 
 
 
 
 
1
2
3
4
5
6
7
# Minimal setup.py for backward compatibility
# Primary configuration is now in pyproject.toml

from setuptools import setup

setup()