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

fix(setup): add simple packaging information #25

Merged
merged 1 commit into from
Dec 6, 2015

Conversation

asfaltboy
Copy link
Contributor

  • starting version at 0.0.1
  • converted README from MD to RST with pandoc
  • url points to github
  • classifiers added, mostly copy-pasted from letsencrypt official client
    (with the addition of python 3 support and exclusion of curses)

see example on pypitest

To use, setup your .pypirc file navigate to same dir as setup.py and run:

python setup.py sdist upload -r pypi

suggestion to fix #20

'Development Status :: 3 - Alpha',
'Environment :: Console',
'Intended Audience :: System Administrators',
'License :: OSI Approved :: Apache Software License',
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that's incorrect

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

License corrected in amended commit. Sorry, lack of food.

* starting version at 0.0.1
* converted README from MD to RST with pandoc
* url points to github
* classifiers added, mostly copy-pasted from letsencrypt official client
  (with the addition of python 3 support and exclusion of curses)

suggestion to fix kuba#20
@asfaltboy asfaltboy force-pushed the feature/packaging4pypi branch from feb0be7 to 1dfc286 Compare December 4, 2015 12:47
@kuba kuba merged commit 1dfc286 into kuba:master Dec 6, 2015
kuba added a commit that referenced this pull request Dec 6, 2015
- deleted unused README.md and updated MANIFEST.in to include README.rst
- don't commit to version scheme just yet
- README opening: utf-8 + relative path magic
- description without "A"
@kuba
Copy link
Owner

kuba commented Dec 6, 2015

Thank you very much. I allowed myself to fix some nits instead of dragging the review in e2fb122.

@asfaltboy asfaltboy deleted the feature/packaging4pypi branch December 7, 2015 18:54
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.

Please upload package to PyPI
2 participants