-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Function names in files #4
Comments
Dist doesn't make sense to me either. I plan to call it |
I have updated the README to reflect |
@mlakewood: FWIW, the features option you mentioned is reminiscent of the |
Oh... Is that the intention with this syntax? with group('development'):
package('nose') |
Well if we could do the features with the extras_require that would be great. I guess you could use the |
Not relevant since #47 |
First off, I'd like to say THIS IS GREAT!
Im really excited about having a better version of requirements.txt. I wasn't sure where the best place for suggestions on this project are, so I figured an issue at this early stage was a good place. As always this is just my initial thoughts, do what you will with them (that includes closing this issue).
dist()
name doesn't make a whole lot of sense to me. I suspect its supposed to be short for distribution. My suggestion would be to make it about what the user wants to do. ieinstall
,depends
,require
. These are all names that are in similar use in other package managers and I think make more sense. But names are also hard.Anyway, really looking forward to using this!
Thanks for listening
Mark
The text was updated successfully, but these errors were encountered: