Improve file hierarchy, remove unnecessary files
This commit is contained in:
parent
88b4d54405
commit
d59499a50b
5 changed files with 1 additions and 16 deletions
2
.github/CONTRIBUTING.md
vendored
2
.github/CONTRIBUTING.md
vendored
|
@ -30,7 +30,7 @@ pip install -e .[sonic,ldap]
|
||||||
|
|
||||||
```
|
```
|
||||||
pytest -s --basetemp=tests/out --ignore=archivebox/vendor
|
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
|
### Getting Help
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
../LICENSE
|
|
|
@ -1 +0,0 @@
|
||||||
../README.md
|
|
|
@ -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"
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in a new issue