Skip to content

Commit

Permalink
Fix syntax error in setup.py (thanks T. Lang)
Browse files Browse the repository at this point in the history
  • Loading branch information
deeplycloudy committed Jan 11, 2017
1 parent a0fd520 commit f76e4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
url='https://github.com/deeplycloudy/brawl4d/',
package_dir={'brawl4d': ''}, # wouldn't be necessary if we reorganized to traditional package layout with brawl4d at the same directory level as the setup.py script.
packages=['brawl4d',
'brawl4d.LMA',
'brawl4d.LMA', ]
)

0 comments on commit f76e4ac

Please sign in to comment.