mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 06:34:25 -04:00
switch to pure Manifest-based package includes
This commit is contained in:
parent
e0489d77e7
commit
d398bd59b0
2 changed files with 3 additions and 20 deletions
14
setup.py
14
setup.py
|
@ -55,19 +55,7 @@ setuptools.setup(
|
|||
'archivebox = archivebox.__main__:main',
|
||||
],
|
||||
},
|
||||
package_data={
|
||||
'archivebox': [
|
||||
# Manifest.ini must correspond 1:1 with this list
|
||||
'VERSION',
|
||||
'themes/*',
|
||||
'themes/static/*',
|
||||
'themes/admin/*'
|
||||
'themes/default/*'
|
||||
'themes/default/static/*'
|
||||
'themes/legacy/*',
|
||||
'themes/legacy/static/*',
|
||||
],
|
||||
},
|
||||
include_package_data=True,
|
||||
classifiers=[
|
||||
"Development Status :: 4 - Beta",
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue