gagan3012 commited on
Commit
d1ee8b8
·
1 Parent(s): 1ca3ca7

Update setup.py

Browse files
Files changed (1) hide show
  1. setup.py +2 -0
setup.py CHANGED
@@ -11,6 +11,8 @@ with open('requirements.txt') as f:
11
 
12
  setup(
13
  name='t5s',
 
 
14
  description="T5 Summarisation Using Pytorch Lightning",
15
  license='MIT License',
16
  classifiers=[
 
11
 
12
  setup(
13
  name='t5s',
14
+ packages=find_packages(),
15
+ version='1.0.0',
16
  description="T5 Summarisation Using Pytorch Lightning",
17
  license='MIT License',
18
  classifiers=[