This website requires JavaScript.
Explore
Help
Sign In
ExternalVendorCode
/
tahoe-lafs
Watch
1
Star
0
Fork
0
You've already forked tahoe-lafs
mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced
2024-12-23 23:02:25 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
9865bdb496
tahoe-lafs
/
setup.py
3 lines
75 B
Python
Raw
Normal View
History
Unescape
Escape
Preserve the ability to build with nix
2022-11-30 19:44:25 +00:00
from
setuptools
import
setup
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 18:28:38 +00:00
setup
(
setup_requires
=
[
"
setuptools_scm>=6.2
"
]
)
Reference in New Issue
Copy Permalink