willkg / douglas

DEAD PROJECT: File based static rendering blog system
Other
2 stars 3 forks source link

Douglas egg (install file) missing INSTALL and UPGRADE files #16

Closed BDFife closed 10 years ago

BDFife commented 10 years ago

(netHackaDay)bfife:html Fife$ pip install --upgrade https://github.com/willkg/douglas/archive/master.zip#egg=douglas Downloading/unpacking douglas from https://github.com/willkg/douglas/archive/master.zip Downloading master.zip (163kB): 163kB downloaded Running setup.py egg_info for package douglas

warning: no files found matching 'INSTALL'
warning: no files found matching 'UPGRADE'

Requirement already up-to-date: Jinja2 in /Users/Fife/.virtualenvs/netHackaDay/lib/python2.7/site-packages (from douglas) Requirement already up-to-date: markupsafe in /Users/Fife/.virtualenvs/netHackaDay/lib/python2.7/site-packages (from Jinja2->douglas) Installing collected packages: douglas Found existing installation: douglas 0.1.dev Uninstalling douglas: Successfully uninstalled douglas Running setup.py install for douglas

warning: no files found matching 'INSTALL'
warning: no files found matching 'UPGRADE'
changing mode of build/scripts-2.7/douglas-cmd from 644 to 755
changing mode of /Users/Fife/.virtualenvs/netHackaDay/bin/douglas-cmd to 755

Successfully installed douglas Cleaning up...

willkg commented 10 years ago

I haven't done any work on eggs, dists and all that, yet. What's needed here is to install check-manifest and run that. It's super awesome at identifying MANIFEST.in issues.