This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
fphammerle
/
osex
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Arbore:
ccd56cd4c3
Ramuri
Etichete
master
0.3.2
0.3.1
0.3
0.2.1
0.2
0.1
osex
/
setup.py
setup.py
118 B
Istoric
Crud
1
2
3
4
5
6
7
from setuptools import setup
setup(
name = 'osex',
packages = ['osex'],
tests_require = ['pytest']
)