Have just run:

$ ./env/bin/pcreate --scaffold=starter AppName
$ cd AppName
$ ./env/bin/python setup.py develop

Which resulted in the directory AppName.egg-info being created:

$ tree AppName.egg-info/
Taster.egg-info/
├── dependency_links.txt
├── entry_points.txt
├── not-zip-safe
├── PKG-INFO
├── requires.txt
├── SOURCES.txt
└── top_level.txt

0 directories, 7 files

Are these files simply logs of the installation process or are they
required for anything?

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com.
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to