Version 0.2 in pypi
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
include *.txt
|
||||||
16
setup.py
16
setup.py
@@ -8,10 +8,20 @@ setup(
|
|||||||
author='José Sánchez Moreno',
|
author='José Sánchez Moreno',
|
||||||
author_email='jose@o2w.es',
|
author_email='jose@o2w.es',
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
license='license.txt',
|
license='LICENSE.txt',
|
||||||
description=u'SQL Query Builder inspired on django ORM Syntax',
|
description=u'SQL Query Builder inspired on django ORM Syntax',
|
||||||
long_description=open('readme.txt').read(),
|
long_description=open('README.txt').read(),
|
||||||
url='https://github.com/josesanch/sqlquerybuilder',
|
url='https://github.com/josesanch/sqlquerybuilder',
|
||||||
install_requires=[
|
platforms="All platforms",
|
||||||
|
|
||||||
|
classifiers=[
|
||||||
|
'Development Status :: 4 - Beta',
|
||||||
|
'Intended Audience :: Developers',
|
||||||
|
'License :: OSI Approved :: Python Software Foundation License',
|
||||||
|
'Operating System :: MacOS :: MacOS X',
|
||||||
|
'Operating System :: Microsoft :: Windows',
|
||||||
|
'Operating System :: POSIX',
|
||||||
|
'Programming Language :: Python',
|
||||||
],
|
],
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user