1
0
Fork 0

Improve file hierarchy, remove unnecessary files

This commit is contained in:
Alex Kotov 2024-01-10 05:28:08 +04:00
parent 88b4d54405
commit d59499a50b
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
5 changed files with 1 additions and 16 deletions

View File

@ -30,7 +30,7 @@ pip install -e .[sonic,ldap]
```
pytest -s --basetemp=tests/out --ignore=archivebox/vendor
flake8 archivebox/ --config archivebox/.flake8 --count --show-source --statistics
flake8 archivebox/ --count --show-source --statistics
```
### Getting Help

View File

@ -1 +0,0 @@
../LICENSE

View File

@ -1 +0,0 @@
../README.md

View File

@ -1,13 +0,0 @@
{
"name": "archivebox",
"version": "0.7.2",
"description": "ArchiveBox: The self-hosted internet archive",
"author": "Nick Sweeting <archivebox-npm@sweeting.me>",
"repository": "github:ArchiveBox/ArchiveBox",
"license": "MIT",
"dependencies": {
"@postlight/parser": "^2.2.3",
"readability-extractor": "github:ArchiveBox/readability-extractor",
"single-file-cli": "^1.1.46"
}
}