Skip to content

Commit

Permalink
Remove long_description
Browse files Browse the repository at this point in the history
  • Loading branch information
ishan121028 authored Oct 7, 2023
1 parent a37d358 commit e1b4065
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
from setuptools import setup

with open("README.rst", "r", encoding="utf-8") as fh:
long_description = fh.read()

setup(
name='UniTrain',
version='0.1',
author='Ishan Upadhyay',
author_email='[email protected]',
description='A generalized training framework for Deep Learning Tasks',
long_description=long_description,
long_description_content_type='text/x-rst',
url='https://github.com/ishan121028/UniTrain',
download_url='https://github.com/ishan121028/UniTrain/archive/v0.1.tar.gz',
packages=['UniTrain'],
Expand Down

0 comments on commit e1b4065

Please sign in to comment.