from setuptools import find_packages, setup #print(find_packages(include=['plugboardChatbotFramework'])) setup( name='plugboardChatbotFramework', packages=find_packages(), version='0.1.0', description='Plugboard, a chatbot framework so you only have to write code once.', author='Innovation Science', license='GPLv3', install_requires=['asyncio','matrix-nio','ping3','urllib3','configparser'], setup_requires=['pytest-runner'], tests_require=['pytest==7.4.0'], test_suite='tests', ) # install_requires=['asyncio','matrix-nio','os','ping3','urllib3','configparser'], # packages=find_packages(include=['plugboard-chatbot-framework']), # originally 4.4.1