tahoe-lafs/setup.py
Jean-Paul Calderone e35dd4e90a while setup.py exists, it's dangerous not to include this
certain interactions via setup.py will learn wrong metadata without it
2022-12-02 13:28:38 -05:00

3 lines
75 B
Python

from setuptools import setup
setup(setup_requires=["setuptools_scm>=6.2"])