10000 Include missing files in sdist by thatch · Pull Request #12 · tjguk/wmi · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Include missing files in sdist #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

thatch
Copy link
@thatch thatch commented May 21, 2020

Include missing files in sdist for #11

Tested with

+++ mktemp -d
++ D=/tmp/tmp.wtljxqSI4f
++ trap 'rm -rf /tmp/tmp.wtljxqSI4f' EXIT
++ python -m venv /tmp/tmp.wtljxqSI4f
++ python setup.py sdist -d /tmp/tmp.wtljxqSI4f
running sdist
running egg_info
creating WMI.egg-info
writing WMI.egg-info/PKG-INFO
writing dependency_links to WMI.egg-info/dependency_links.txt
writing requirements to WMI.egg-info/requires.txt
writing top-level names to WMI.egg-info/top_level.txt
writing manifest file 'WMI.egg-info/SOURCES.txt'
reading manifest file 'WMI.egg-info/SOURCES.txt'
writing manifest file 'WMI.egg-info/SOURCES.txt'
warning: sdist: standard file not found: should have one of README, README.rst, README.txt, README.md

running check
creating WMI-1.5.1
creating WMI-1.5.1/WMI.egg-info
copying files to WMI-1.5.1...
copying readme.rst -> WMI-1.5.1
copying setup.py -> WMI-1.5.1
copying wmi.py -> WMI-1.5.1
copying wmitest.cmd -> WMI-1.5.1
copying wmitest.master.ini -> WMI-1.5.1
copying wmitest.py -> WMI-1.5.1
copying wmiweb.py -> WMI-1.5.1
copying WMI.egg-info/PKG-INFO -> WMI-1.5.1/WMI.egg-info
copying WMI.egg-info/SOURCES.txt -> WMI-1.5.1/WMI.egg-info
copying WMI.egg-info/dependency_links.txt -> WMI-1.5.1/WMI.egg-info
copying WMI.egg-info/requires.txt -> WMI-1.5.1/WMI.egg-info
copying WMI.egg-info/top_level.txt -> WMI-1.5.1/WMI.egg-info
Writing WMI-1.5.1/setup.cfg
Creating tar archive
removing 'WMI-1.5.1' (and everything under it)
++ cd /
++ /tmp/tmp.wtljxqSI4f/bin/pip install /tmp/tmp.wtljxqSI4f/WMI-1.5.1.tar.gz
Processing /tmp/tmp.wtljxqSI4f/WMI-1.5.1.tar.gz
Collecting pywin32 (from WMI==1.5.1)
  ERROR: Could not find a version that satisfies the requirement pywin32 (from WMI==1.5.1) (from versions: none)
ERROR: No matching distribution found for pywin32 (from WMI==1.5.1)
WARNING: You are using pip version 19.2.3, however version 20.1.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
+++ rm -rf /tmp/tmp.wtljxqSI4f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0