Created
          October 4, 2019 13:42 
        
      - 
      
- 
        Save mattbennett/d851e20ee9d2fedb01959c9c8078f2c6 to your computer and use it in GitHub Desktop. 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | from setuptools import setup, find_packages | |
| setup( | |
| name='MyPackageName', | |
| version='1.0.0', | |
| url='https://github.com/mypackage.git', | |
| author='Author Name', | |
| author_email='[email protected]', | |
| description='Description of my package', | |
| packages=[], | |
| install_requires=[ | |
| 'numpy >= 1.11.3 --no-binary :all:', | |
| ], | |
| ) | 
      
      
  Author
  
  
        
      
            mattbennett
  
      
      
      commented 
        Oct 4, 2019 
      
    
  
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment