mirror of
https://github.com/labmlai/annotated_deep_learning_paper_implementations.git
synced 2025-08-14 01:13:00 +08:00
readme package
This commit is contained in:
4
setup.py
4
setup.py
@ -1,6 +1,6 @@
|
||||
import setuptools
|
||||
|
||||
with open("readme.rst", "r") as f:
|
||||
with open("readme.md", "r") as f:
|
||||
long_description = f.read()
|
||||
|
||||
setuptools.setup(
|
||||
@ -10,7 +10,7 @@ setuptools.setup(
|
||||
author_email="vpjayasiri@gmail.com, hnipun@gmail.com",
|
||||
description="A collection of PyTorch implementations of neural network architectures and layers.",
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/x-rst",
|
||||
long_description_content_type="text/markdown",
|
||||
url="https://github.com/lab-ml/labml_nn",
|
||||
project_urls={
|
||||
'Documentation': 'https://lab-ml.com/'
|
||||
|
Reference in New Issue
Block a user