This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
fphammerle
/
osex
Xem
1
Star
0
Fork
0
Các tập tin
Tree:
f7f8d82bdb
Branches
Tags
master
0.3.2
0.3.1
0.3
0.2.1
0.2
0.1
osex
/
setup.py
setup.py
118 B
Lịch sử
Raw
1
2
3
4
5
6
7
from
setuptools
import
setup
setup(
name =
'osex'
,
packages = [
'osex'
],
tests_require = [
'pytest'
]
)