problem with distutil....

Uwe Schmitt uwe at rocksport.de
Fri Jun 7 05:56:22 EDT 2002


Hi, I use the following setup.py for generating a distribution:

    from distutils.core import setup
    setup(name="graph",
	  version="1.0", 
	  author="Uwe Schmitt",
	  author_email="uwe.schmitt at procoders.net",
	  url="http://www.procoders.net",
	  py_modules=["graph"])

The module to distribute is graph.py and is located in the same
directory as setup.py.
When I do "python setup.py sdist" a dist-folder and a .tar.gz-file
are generated. But when I unpack this tar.gz, I cant find the module
graph.py...

Greetings, Uwe

-- 
Dr. rer. nat. Uwe Schmitt      ICQ# 159647634   Uwe.Schmitt at num.uni-sb.de



More information about the Python-list mailing list