Quantcast
Channel: Ignore git repository when building a Python source-distribution package with setuptools - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by phd for Ignore git repository when building a Python...

I found a workaround to disable setuptools_scm in setup.py:from setuptools_scm import integrationintegration.find_files = lambda p: []The entire setup.py now looks like:#!/bin/env python3from...

View Article



Ignore git repository when building a Python source-distribution package with...

I am trying to learn how to create a Python source-distribution package with setuptools. I thought I understood that a package is a directory containing the file __init__.py and modules in that package...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images