1
0
Fork 0
mirror of synced 2024-05-18 19:32:24 +12:00

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/
archivebox/output
archivebox/data
archivebox/VERSION
archivebox.egg-info/
build/

View file

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

View file

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