| Total Complexity | 0 |
| Total Lines | 11 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 0 | ||
| 1 | """Holds main metadata information about the project. |
||
| 2 | |||
| 3 | The present metadata is intended to be used mainly on the setup. |
||
| 4 | """ |
||
| 5 | __version__ = '2021.1' |
||
| 6 | __author__ = 'Kytos Team' |
||
| 7 | __author_email__ = '[email protected]' |
||
| 8 | __license__ = 'MIT' |
||
| 9 | __url__ = 'http://github.com/kytos/kytos-utils' |
||
| 10 | __description__ = 'Command line utilities to use with Kytos.' |
||
| 11 |