github.com/jfrog/build-info-go@v1.9.26/utils/testdata/pip/setuppyproject/setup.py (about) 1 #!/usr/bin/env python 2 3 from setuptools import setup 4 5 setup( 6 name='jfrog-python-example', 7 version='1.0', 8 description='Project example for building Python project with JFrog products', 9 author='JFrog', 10 author_email='jfrog@jfrog.com', 11 url='https://github.com/jfrog/project-examples', 12 packages=[], 13 install_requires=['PyYAML==5.1.2', 'nltk==3.4.5'], 14 )