From c58929033bad302649e1b3f9e2508fb0b23afd9a Mon Sep 17 00:00:00 2001 From: Craig Blaszczyk Date: Fri, 27 Apr 2012 22:56:29 +0100 Subject: [PATCH] add a setup.py --- setup.py | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100755 setup.py diff --git a/setup.py b/setup.py new file mode 100755 index 00000000..237cc29b --- /dev/null +++ b/setup.py @@ -0,0 +1,23 @@ +from setuptools import setup, find_packages + +setup( + name='semver', + version='0.0.1', + description='Python package to work with Semantic Versioning (http://semver.org/)', + long_description=open('README.rst').read(), + author='Konstantine Rybnikov', + author_email='k-bx@k-bx.com', + url='https://github.com/k-bx/python-semver', + download_url='https://github.com/k-bx/python-semver/downloads', + packages=find_packages(), + include_package_data=True, + classifiers=[ + 'Environment :: Web Environment', + 'Framework :: Django', + 'Intended Audience :: Developers', + 'License :: OSI Approved :: BSD License', + 'Operating System :: OS Independent', + 'Programming Language :: Python', + 'Topic :: Software Development :: Libraries :: Python Modules', + ], +) \ No newline at end of file pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy