pyladies / pyladies-kit

An open-source kit for starting your own PyLadies chapter in your city. PyLadies' mission is to promote, educate and advance a diverse Python community through outreach, education, conferences, events and social gatherings.

Home Page:http://kit.pyladies.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Entry points went missing when you stopped using pbr

Ivoz opened this issue · comments

i.e https://github.com/pyladies/pyladies-kit/blob/master/setup.cfg#L24-L26 needs to be in setup.py. You missed the classifiers as well.

Probs want to do a new release after fixing that, so that pip install pyladies && pyladies actually works.

Lastly, master setup.py says the version is 2.0.0 but pypi says it's 2.0.1 :S