gagan3012 commited on
Commit
b3b9827
·
1 Parent(s): 908a49a

Update setup.py

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