diff options
| author | Olivier Gayot <olivier.gayot@sigexec.com> | 2018-03-09 13:38:23 +0100 |
|---|---|---|
| committer | Olivier Gayot <olivier.gayot@sigexec.com> | 2018-03-09 13:38:23 +0100 |
| commit | 6bf04a4f2a98006ce7d1c396aadd233b81a6353f (patch) | |
| tree | 6cec0b31cadbbf31784ef138a003203d5c88f210 | |
| parent | 3ce0c30a4c1518e53bcd6c2773895a39adfb1a1e (diff) | |
fixed build by renaming the package
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com>
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ from distutils.core import setup packages = [ - 'SwiftStory', + 'swiftstory', ] prefix = '/' |
