seanfisk / python-project-template

A template Python project with a focus on best practices.
Other
544 stars 168 forks source link

Conditional install of argparse module. #22

Closed seanfisk closed 11 years ago

seanfisk commented 11 years ago

In setup.py.tpl, only install the argparse module if we are using 2.6.

bitmensch commented 11 years ago

I already thought about this, too, and already have an implementation around. I will polish it and create a PR.

seanfisk commented 11 years ago

Awesome, thanks Ben.

bitmensch commented 11 years ago

Solved in #24. Closing this now.