[Notes] [Git][BuildStream/buildstream][jjardon/pyproject] Add pyproject.toml, to follow PEP 518



Title: GitLab

Javier Jardón pushed to branch jjardon/pyproject at BuildStream / buildstream

Commits:

2 changed files:

Changes:

  • pyproject.toml
    1
    +[build-system]
    
    2
    +requires = ["setuptools", "wheel", "pytest-runner"]

  • setup.py
    ... ... @@ -260,7 +260,6 @@ setup(name='BuildStream',
    260 260
               'grpcio >= 1.10',
    
    261 261
           ],
    
    262 262
           entry_points=bst_install_entry_points,
    
    263
    -      setup_requires=['pytest-runner'],
    
    264 263
           tests_require=['pep8',
    
    265 264
                          # Pin coverage to 4.2 for now, we're experiencing
    
    266 265
                          # random crashes with 4.4.2
    



  • [Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]