Needs to be added in order to get access denied erro when sufficient permissions. Affects Linux platform.
10 lines
No EOL
105 B
Python
Executable file
10 lines
No EOL
105 B
Python
Executable file
#!/usr/bin/env python3
|
|
|
|
__requires__ = '''
|
|
setuptools>=34.4.0
|
|
'''
|
|
|
|
from setuptools import setup
|
|
|
|
|
|
setup() |