Browse Source

use py_modules not packages

pull/1/head v0.1.2
Brett Langdon 11 years ago
parent
commit
df754798c1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      setup.py

+ 1
- 1
setup.py View File

@ -9,7 +9,7 @@ setup(
version=__version__,
author='Brett Langdon',
author_email='brett@blangdon.com',
packages=[
py_modules=[
'swuploader',
],
install_requires=[


Loading…
Cancel
Save