working archivebox command inside django legacy folder

This commit is contained in:
Nick Sweeting 2019-04-02 18:53:21 -04:00
parent 27708152d2
commit 68b4c01c6b
49 changed files with 222 additions and 673 deletions

View file

@ -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={