diff options
author | Prabhu Ramachandran | 2015-10-13 16:58:09 +0530 |
---|---|---|
committer | Prabhu Ramachandran | 2015-10-13 16:58:09 +0530 |
commit | 74e6fa5b7c9749e00453d9fae3da62abf8694ab0 (patch) | |
tree | f7fb788fafec58bccfecba41be0ce39f157770a5 | |
parent | 5e47b0d885e0bac9d9ff147ba926946df9f624e9 (diff) | |
parent | 328721eb9a5e2ea5199b3cb19838c9fe47016cdb (diff) | |
download | online_test-74e6fa5b7c9749e00453d9fae3da62abf8694ab0.tar.gz online_test-74e6fa5b7c9749e00453d9fae3da62abf8694ab0.tar.bz2 online_test-74e6fa5b7c9749e00453d9fae3da62abf8694ab0.zip |
Merge pull request #61 from ankitjavalkar/pypiv0.1.1
Release specific changes
-rw-r--r-- | MANIFEST.in | 2 | ||||
-rw-r--r-- | setup.cfg | 2 | ||||
-rw-r--r-- | setup.py | 3 |
3 files changed, 5 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index c9a162b..7cb1ca6 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,5 @@ include LICENSE -include README.rst +include README.md recursive-include yaksh/static * recursive-include yaksh/templates * recursive-include yaksh/demo_templates * diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..b88034e --- /dev/null +++ b/setup.cfg @@ -0,0 +1,2 @@ +[metadata] +description-file = README.md @@ -10,9 +10,10 @@ setup( name='yaksh', author='Python Team at FOSSEE, IIT Bombay', author_email='python@fossee.in', - version='0.1', + version='0.1.1', packages=find_packages(), include_package_data=True, + url = 'https://pypi.python.org/pypi/yaksh/', license='BSD License', entry_points = { 'console_scripts': [ |