mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-10 14:44:18 +00: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
|
@ -1,9 +1,4 @@
|
||||||
include LICENSE
|
include LICENSE
|
||||||
|
include README.md
|
||||||
include archivebox/VERSION
|
include archivebox/VERSION
|
||||||
graft archivebox/themes
|
recursive-include archivebox/themes *
|
||||||
graft archivebox/themes/static
|
|
||||||
graft archivebox/themes/admin
|
|
||||||
graft archivebox/themes/default
|
|
||||||
graft archivebox/themes/default/static
|
|
||||||
graft archivebox/themes/legacy
|
|
||||||
graft archivebox/themes/legacy/static
|
|
||||||
|
|
14
setup.py
14
setup.py
|
@ -55,19 +55,7 @@ setuptools.setup(
|
||||||
'archivebox = archivebox.__main__:main',
|
'archivebox = archivebox.__main__:main',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
package_data={
|
include_package_data=True,
|
||||||
'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/*',
|
|
||||||
],
|
|
||||||
},
|
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Development Status :: 4 - Beta",
|
"Development Status :: 4 - Beta",
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue