Skip to content

Commit

Permalink
Merge pull request #135 from yoshitomo-matsubara/dev
Browse files Browse the repository at this point in the history
Update setup
  • Loading branch information
yoshitomo-matsubara authored Aug 14, 2023
2 parents c3e2a63 + 3c00648 commit 0c45ce1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
with open('README.md', 'r') as f:
long_description = f.read()

description = 'SC2: Supervised Compression for Split Computing.'
description = 'SC2 Benchmark: Supervised Compression for Split Computing.'
setup(
name='sc2bench',
version='0.0.3',
Expand All @@ -27,6 +27,7 @@
'timm>=0.4.12'
],
extras_require={
'test': ['pytest']
'test': ['pytest'],
'docs': ['sphinx', 'sphinx_rtd_theme']
}
)

0 comments on commit 0c45ce1

Please sign in to comment.