mirror of
https://github.com/tcsenpai/pensieve.git
synced 2025-06-06 03:05:25 +00:00
chore: add extra info for setup
This commit is contained in:
parent
5054b9ff3a
commit
7b8e1d2718
8
setup.py
8
setup.py
@ -1,9 +1,17 @@
|
||||
from setuptools import setup, find_packages
|
||||
import pathlib
|
||||
|
||||
here = pathlib.Path(__file__).parent.resolve()
|
||||
long_description = (here / 'README.md').read_text(encoding='utf-8')
|
||||
|
||||
setup(
|
||||
name='memos',
|
||||
version='0.1.0',
|
||||
packages=find_packages(),
|
||||
long_description=long_description,
|
||||
long_description_content_type='text/markdown',
|
||||
author="arkohut",
|
||||
url="https://github.com/arkohut/memos",
|
||||
install_requires=[
|
||||
'fastapi',
|
||||
'uvicorn',
|
||||
|
Loading…
x
Reference in New Issue
Block a user