Skip to content
GitLab
Explore
Sign in
wpa-supplicant-client
setup.py
Find file
Normal view
Permalink
setup.py
90 B
Newer
Older
Add licence & fairly boilerplate testing setup
Dom Sekotill
committed
Oct 16, 2019
1
#!/usr/bin/env python3
Code quality and development changes
Dom Sekotill
committed
Jun 24, 2020
2
3
"""
Setuptools entrypoint
"""
Add licence & fairly boilerplate testing setup
Dom Sekotill
committed
Oct 16, 2019
4
from
setuptools
import
setup
Code quality and development changes
Dom Sekotill
committed
Jun 24, 2020
5
Add licence & fairly boilerplate testing setup
Dom Sekotill
committed
Oct 16, 2019
6
setup
()