mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-23 14:52:26 +00:00
e35dd4e90a
certain interactions via setup.py will learn wrong metadata without it
3 lines
75 B
Python
3 lines
75 B
Python
from setuptools import setup
|
|
setup(setup_requires=["setuptools_scm>=6.2"])
|