Skip to content

Commit

Permalink
minor updates to todo, license and setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
spillai committed May 27, 2018
1 parent e3c31c7 commit e7666b8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions LICENSE
Expand Up @@ -4,9 +4,6 @@ All contributions by Sudeep Pillai:
Copyright (c) 2016 Sudeep Pillai
All rights reserved.

Each contributor holds copyright over their respective contributions.
The project versioning (Git) records all such contribution source information.

MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -62,7 +62,7 @@ def copy_dir(dir_path):
license='MIT',
url=GITHUB_URL,
download_url='',
packages=find_packages(),
packages=find_packages(exclude=('tests',)),
scripts=[],
package_dir={'pybot': 'pybot'},
package_data={
Expand Down

0 comments on commit e7666b8

Please sign in to comment.