This website requires JavaScript.
Explore
Help
Sign In
Chewing_Bever
/
config-skeleton
Watch
1
Star
0
Fork
You've already forked config-skeleton
0
Code
Issues
Pull Requests
9
Projects
Releases
Wiki
Activity
57cd46c4f0
config-skeleton
/
setup.py
5 lines
74 B
Python
Raw
Normal View
History
Unescape
Escape
Added isort config; linter now checks tests
2021-05-22 18:41:57 +02:00
"""
Setup script for the package.
"""
Added project skeleton
2021-05-22 18:24:59 +02:00
import
setuptools
setuptools
.
setup
(
)