mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-22 06:03:23 +02:00
move version file
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -21,7 +21,6 @@ data
|
|||||||
data/
|
data/
|
||||||
archivebox/output
|
archivebox/output
|
||||||
archivebox/data
|
archivebox/data
|
||||||
archivebox/VERSION
|
|
||||||
|
|
||||||
archivebox.egg-info/
|
archivebox.egg-info/
|
||||||
build/
|
build/
|
||||||
|
@@ -1,9 +1,8 @@
|
|||||||
include archivebox/VERSION
|
include archivebox/VERSION
|
||||||
include archivebox/legacy/ArchiveBox.conf
|
|
||||||
graft archivebox/themes
|
graft archivebox/themes
|
||||||
graft archivebox/themes/static
|
graft archivebox/themes/static
|
||||||
graft archivebox/themes/admin
|
graft archivebox/themes/admin
|
||||||
graft archivebox/themes/default
|
graft archivebox/themes/default
|
||||||
graft archivebox/themes/default/static
|
graft archivebox/themes/default/static
|
||||||
graft archivebox/legacy/templates
|
graft archivebox/themes/legacy
|
||||||
graft archivebox/legacy/templates/static
|
graft archivebox/themes/legacy/static
|
||||||
|
5
setup.py
5
setup.py
@@ -70,9 +70,8 @@ setuptools.setup(
|
|||||||
'themes/admin/*'
|
'themes/admin/*'
|
||||||
'themes/default/*'
|
'themes/default/*'
|
||||||
'themes/default/static/*'
|
'themes/default/static/*'
|
||||||
'legacy/templates/*',
|
'themes/legacy/*',
|
||||||
'legacy/templates/static/*',
|
'themes/legacy/static/*',
|
||||||
'legacy/ArchiveBox.conf',
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
classifiers=[
|
classifiers=[
|
||||||
|
Reference in New Issue
Block a user