mirror of
https://github.com/wassname/torchsummaryX.git
synced 2026-09-09 11:39:01 +08:00
Packaging to v1.0.0
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
setup(
|
||||
name = "torchsummaryX",
|
||||
version = "1.0.0",
|
||||
description = "Improved visualization tool of torchsummary.",
|
||||
author = "Namhyuk Ahn",
|
||||
author_email = "nmhkahn@gmail.com",
|
||||
url = "https://github.com/nmhkahn/torchsummaryX",
|
||||
packages =["torchsummaryX"],
|
||||
)
|
||||
Reference in New Issue
Block a user