0.8.0 pypi init
This commit is contained in:
parent
bc669066c5
commit
b570b61bd9
25
setup.py
Normal file
25
setup.py
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
import setuptools
|
||||||
|
|
||||||
|
with open("README.md", "r") as fh:
|
||||||
|
long_description = fh.read()
|
||||||
|
|
||||||
|
setuptools.setup(
|
||||||
|
name="CrossDown",
|
||||||
|
version="0.8.0",
|
||||||
|
author="CrossDark",
|
||||||
|
author_email="liuhanbo333@icloud.com",
|
||||||
|
description="CrossDark's MarkDown",
|
||||||
|
long_description=long_description,
|
||||||
|
long_description_content_type="text/markdown",
|
||||||
|
url="https://github.com/CrossDark/CrossDown",
|
||||||
|
packages=setuptools.find_packages(),
|
||||||
|
install_requires=[
|
||||||
|
'markdown',
|
||||||
|
],
|
||||||
|
classifiers=[
|
||||||
|
'Programming Language :: Python :: 3.11',
|
||||||
|
'Programming Language :: Python :: 3.12',
|
||||||
|
'License :: OSI Approved :: MIT License',
|
||||||
|
"Operating System :: OS Independent"
|
||||||
|
],
|
||||||
|
)
|
Loading…
Reference in New Issue
Block a user