Commit 0e94cc2166c2cb1725cba0ade5617be179906a92
1 parent
b6c0aca8
Exists in
dev
début de setup
Showing
1 changed file
with
11 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,11 @@ |
1 | +#!/usr/bin/env python3 | |
2 | + | |
3 | +# EP added this file on 18-10-2018 for testing a new way for pyros installation | |
4 | + | |
5 | +from setuptools import setup, find_packages | |
6 | + | |
7 | +setup(name='pyros', | |
8 | + version='20181018.0.012', | |
9 | + packages=find_packages(), | |
10 | + scripts=['manage.py'] | |
11 | +) | ... | ... |