1
0
Fork 0

move version file

This commit is contained in:
Nick Sweeting 2019-04-27 17:57:35 -04:00
parent 905998fb41
commit 4235b38009
4 changed files with 4 additions and 7 deletions

1
.gitignore vendored
View file

@ -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/

View file

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

View file

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