mirror of
https://github.com/torproject/lego.git
synced 2024-11-23 09:39:44 +00:00
4903d4baa8
Adding the packages the new donate stuff is using to the repository so that they do not need to be downloaded to run lektor. I had to make some modifications to the setup.py files for these modules in order to get them to work. Otherwise I was getting errors about invalid syntax in the requires.txt files and also one of the modules was requiring lektor which was pulling in a bunch of stuff that's not needed because we are running inside lektor. I put all these changes in patch files in a new patches subdirectory.
16 lines
175 B
INI
16 lines
175 B
INI
[wheel]
|
|
universal = 1
|
|
|
|
[flake8]
|
|
ignore = F401
|
|
max_line_length = 100
|
|
exclude = .git,__pycache__,venv
|
|
|
|
[tool:pytest]
|
|
testpaths = tests.py
|
|
|
|
[egg_info]
|
|
tag_build =
|
|
tag_date = 0
|
|
|