This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
oznt
/
mars-rover
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Árbol:
26718f8505
Ramas
Etiquetas
master
mars-rover
/
setup.py
setup.py
100 B
Histórico
Raw
1
2
3
4
5
6
7
8
from setuptools import setup
setup(
setup_requires=['pbr', 'pytest-runner'],
pbr=True,
)