Spaces:
Runtime error
Runtime error
Update setup.py
Browse files
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',
|