Skip to content

Commit

Permalink
Updated setup.py to use 'packages'
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucretiel committed Feb 6, 2016
1 parent a857af9 commit b3ad3ed
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,9 @@ def getfile(filename):
setup(
name='autocommand',
version='2.0.1',
py_modules=[
'autocommand',
'autocommand.automain',
'autocommand.autoasync',
'autocommand.autoparse',
'autocommand.autocommand',
'autocommand.errors'],
packages=[
'autocommand'
],
package_dir={'': 'src'},
platforms='any',
license='LGPLv3',
Expand Down

0 comments on commit b3ad3ed

Please sign in to comment.