Skip to content

Commit

Permalink
Added events subpackage to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sousa-andre committed Apr 20, 2020
1 parent 6d42e2d commit c042d24
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,11 @@
url='https://github.com/sousa-andre/lcu-driver/',
long_description_content_type='text/markdown',
long_description=long_description,
packages=['lcu_driver'],
packages=['lcu_driver', 'lcu_driver.events'],
install_requires=[
'aiohttp',
'psutil'
],
classifiers=[
'Programming Language :: Python :: 3.7',
'Operating System :: Microsoft :: Windows'
],
project_urls={
'Source': 'https://github.com/sousa-andre/lcu-driver/'
}
Expand Down

0 comments on commit c042d24

Please sign in to comment.