Skip to content
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

setup.py installer #1

Closed
mtorromeo opened this issue Apr 10, 2012 · 5 comments
Closed

setup.py installer #1

mtorromeo opened this issue Apr 10, 2012 · 5 comments

Comments

@mtorromeo
Copy link

Hi,
docopt looks really nice!
How about a setup.py file to make it easily installable?

I could provide you one via a pull request but it needs contact informations and other infos that you would probably prefer to specify yourself.

Also it would be awesome if you published it on pypi but the README would be better if it was in rst format since that's what is supported by pypi.

Thanks

@keleshev
Copy link
Member

I will commit it later, but you can already do

pip install docopt

(just submitted it to PyPI)

@mtorromeo
Copy link
Author

Nice, thanks!
I noticed that the LICENSE file is missing from the source distribution on PyPI, maybe you would like to add it next time.

@keleshev
Copy link
Member

Oh, thanks for noting! It looks like distribution does not include all files by default.

@andreypopp
Copy link
Contributor

yep, you should use MANIFEST.in for that:


@keleshev
Copy link
Member

Committed setup.py. Will keep it simple for now, without MANIFEST.in and README.rst.

mitkof6 pushed a commit to mitkof6/docopt that referenced this issue Oct 3, 2020
mitkof6 pushed a commit to mitkof6/docopt that referenced this issue Oct 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants