mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-10 06:34:16 +00:00
move version file
This commit is contained in:
parent
905998fb41
commit
4235b38009
4 changed files with 4 additions and 7 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -21,7 +21,6 @@ data
|
|||
data/
|
||||
archivebox/output
|
||||
archivebox/data
|
||||
archivebox/VERSION
|
||||
|
||||
archivebox.egg-info/
|
||||
build/
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
include archivebox/VERSION
|
||||
include archivebox/legacy/ArchiveBox.conf
|
||||
graft archivebox/themes
|
||||
graft archivebox/themes/static
|
||||
graft archivebox/themes/admin
|
||||
graft archivebox/themes/default
|
||||
graft archivebox/themes/default/static
|
||||
graft archivebox/legacy/templates
|
||||
graft archivebox/legacy/templates/static
|
||||
graft archivebox/themes/legacy
|
||||
graft archivebox/themes/legacy/static
|
||||
|
|
5
setup.py
5
setup.py
|
@ -70,9 +70,8 @@ setuptools.setup(
|
|||
'themes/admin/*'
|
||||
'themes/default/*'
|
||||
'themes/default/static/*'
|
||||
'legacy/templates/*',
|
||||
'legacy/templates/static/*',
|
||||
'legacy/ArchiveBox.conf',
|
||||
'themes/legacy/*',
|
||||
'themes/legacy/static/*',
|
||||
],
|
||||
},
|
||||
classifiers=[
|
||||
|
|
Loading…
Reference in a new issue