If I have something like this in a setup.py setup( name = 'foo', ... ) is there a way to access name and get back foo? Thanks, Chris