Packaging to v1.0.0

This commit is contained in:
Namhyuk Ahn
2018-07-30 09:51:51 +09:00
parent 786ea000e1
commit e0df04c636
4 changed files with 18 additions and 1 deletions
+11
View File
@@ -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"],
)