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

PyPI ready! #9

Merged
merged 3 commits into from
Sep 5, 2013
Merged

PyPI ready! #9

merged 3 commits into from
Sep 5, 2013

Conversation

sloria
Copy link
Contributor

@sloria sloria commented Sep 4, 2013

This makes pydown ready for the PyPI.

It adds a setup.py file that includes a pydown entry-point. So, after you install...

$ python setup.py install

You can run pydown as a console script.

$ pydown mypresentation.md mypresentation/

This also adds the MANIFEST.in (specifies which files to include) and NOTICE (licenses for vendorized packages) files.

The only thing you'll need to do to put this on the PyPI is

  1. Register an account with the PyPI, if you haven't already
  2. Run $ python setup.py publish.

For ignoring files that don't belong in source control
This ensures 2 things:
- pydown can be used outside of the project directory
- pydown can be crossplatform
- Adds setup.py with pydown entry-point
- Adds MANIFEST.in
- Adds NOTICE
isnowfy added a commit that referenced this pull request Sep 5, 2013
@isnowfy isnowfy merged commit 337b8f1 into isnowfy:master Sep 5, 2013
@isnowfy
Copy link
Owner

isnowfy commented Sep 5, 2013

Great job! Thanks!

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

Successfully merging this pull request may close these issues.

2 participants