|
|
@ -11,6 +11,7 @@ setup( |
|
|
author="rlbr", |
|
|
author="rlbr", |
|
|
author_email="raphael.roberts48@gmail.com", |
|
|
author_email="raphael.roberts48@gmail.com", |
|
|
packages=find_packages(), |
|
|
packages=find_packages(), |
|
|
|
|
|
include_package_data=True, |
|
|
entry_points={"console_scripts": ["ctabus=ctabus.__main__:main"]}, |
|
|
entry_points={"console_scripts": ["ctabus=ctabus.__main__:main"]}, |
|
|
classifiers=[ |
|
|
classifiers=[ |
|
|
"License :: OSI Approved :: MIT License", |
|
|
"License :: OSI Approved :: MIT License", |
|
|
|