mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-21 13:52:30 +02:00
properly graft config and templates into pip package
This commit is contained in:
13
setup.py
13
setup.py
@@ -59,7 +59,18 @@ setuptools.setup(
|
||||
],
|
||||
},
|
||||
package_data={
|
||||
'archivebox': ['VERSION', 'templates/*', 'templates/static/*'],
|
||||
'archivebox': [
|
||||
# Manifest.ini must correspond 1:1 with this list
|
||||
'VERSION',
|
||||
'themes/*',
|
||||
'themes/static/*',
|
||||
'themes/admin/*'
|
||||
'themes/default/*'
|
||||
'themes/default/static/*'
|
||||
'legacy/templates/*',
|
||||
'legacy/templates/static/*',
|
||||
'legacy/ArchiveBox.conf',
|
||||
],
|
||||
},
|
||||
classifiers=[
|
||||
"Development Status :: 4 - Beta",
|
||||
|
Reference in New Issue
Block a user