Stephen Whitlock

Results 2 issues of Stephen Whitlock

### Works ```python from setuptools import setup setup( ... ) ``` ### Does not work ```python import setuptools setuptools.setup( ... ) ``` Results in: ```text No setup() call found in...

This might be worthwhile looking into ### Before `pipenv-setup sync --pipfile` ```python setup( ... include_package_data=True, zip_safe=False, install_requires=[ "appdirs>=1.4.4, =1.4.4,