mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-18 00:54:26 -04:00
working archivebox command inside django legacy folder
This commit is contained in:
parent
27708152d2
commit
68b4c01c6b
49 changed files with 222 additions and 673 deletions
3
setup.py
3
setup.py
|
@ -37,10 +37,11 @@ setuptools.setup(
|
|||
python_requires='>=3.6',
|
||||
install_requires=[
|
||||
"base32-crockford==0.3.0",
|
||||
"django==2.2",
|
||||
],
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
'archivebox = archivebox.archive:main',
|
||||
'archivebox = archivebox.__main__:main',
|
||||
],
|
||||
},
|
||||
package_data={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue