Thank you very much! :-)
On Monday, February 3, 2014 11:30:00 PM UTC-8, dieter wrote:
> thebiggestbangthe...@gmail.com writes:
>
>
>
> > I am trying to package up a very simple python app. In my setup.py file I
> > have a couple of lines that include the following:
>
> >
>
> > from setuptool
thebiggestbangthe...@gmail.com writes:
> I am trying to package up a very simple python app. In my setup.py file I
> have a couple of lines that include the following:
>
> from setuptools import setup
>
> setup(
> name='ban',
> version='0.1',
> packages=['ban',],
>
Hello all,
I am trying to package up a very simple python app. In my setup.py file I have
a couple of lines that include the following:
from setuptools import setup
setup(
name='ban',
version='0.1',
packages=['ban',],
description='Python Distribution Utilities',