Metadata-Version: 2.0
Name: python-packaging-demo
Version: 0.1.0
Summary: sample python packaging and upload to pypi demo.
Home-page: https://github.com/webee/python-packaging-demo
Author: webee.yw
Author-email: webee.yw@gmail.com
License: MIT
Keywords: demo setuptools development package
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: ipython
Requires-Dist: requests
Provides-Extra: test
Requires-Dist: coverage; extra == 'test'
Provides-Extra: dev
Requires-Dist: ipython; extra == 'dev'
Requires-Dist: check-manifest; extra == 'dev'

A sample Python project
=======================

A sample project that exists as an aid to the `Python Packaging User Guide
<https://packaging.python.org>`_'s `Tutorial on Packaging and Distributing
Projects <https://packaging.python.org/en/latest/distributing.html>`_.

.. :changelog:

Changelog
=========

0.1.0 (2013-07-18)
------------------

- Initial release.

Credits
=======

``python_packaging_demo`` is written and maintained by webee.yw.

The development is kindly supported by `webee.yw <https://github.com/webee>`_.

Contributors
------------

The following wonderful people contributed directly or indirectly to this project:

- `hyperwood.yw <https://github.com/hyperwood>`_

Please add yourself here alphabetically when you submit your first pull request.

