mirror of
https://github.com/tcsenpai/pensieve.git
synced 2025-06-07 11:45:25 +00:00
feat: add static files when package
This commit is contained in:
parent
fff57e607a
commit
dbaa495fb1
5
setup.py
5
setup.py
@ -6,8 +6,11 @@ long_description = (here / 'README.md').read_text(encoding='utf-8')
|
||||
|
||||
setup(
|
||||
name='memos',
|
||||
version='0.1.0',
|
||||
version='0.2.0',
|
||||
packages=find_packages(),
|
||||
package_data={
|
||||
'': ['static/**/*'],
|
||||
},
|
||||
long_description=long_description,
|
||||
long_description_content_type='text/markdown',
|
||||
author="arkohut",
|
||||
|
Loading…
x
Reference in New Issue
Block a user