Skip to content

Commit

Permalink
Remove __main__ module
Browse files Browse the repository at this point in the history
  • Loading branch information
narrieta committed Oct 9, 2018
1 parent 31cc5e0 commit a85e6cd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
20 changes: 0 additions & 20 deletions __main__.py

This file was deleted.

1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ def run(self):
url='https://github.com/Azure/WALinuxAgent',
license='Apache License Version 2.0',
packages=find_packages(exclude=["tests*"]),
py_modules=["__main__"],
install_requires=requires,
cmdclass={
'install': install
Expand Down

0 comments on commit a85e6cd

Please sign in to comment.