comparison lib/patchablegraph/setup.py @ 705:394c57fcb0bb

release 0.8.0 Ignore-this: 41fefe049a851c39dc7226c081350bd8
author drewp@bigasterisk.com
date Mon, 03 Feb 2020 00:51:26 -0800
parents 703c86e08932
children 41af3ebccdf9
comparison
equal deleted inserted replaced
704:74ad667f8c5b 705:394c57fcb0bb
1 from setuptools import setup 1 from setuptools import setup
2 2
3 setup( 3 setup(
4 name='patchablegraph', 4 name='patchablegraph',
5 version='0.7.0', 5 version='0.8.0',
6 packages=['patchablegraph'], 6 packages=['patchablegraph'],
7 package_dir={'patchablegraph': ''}, 7 package_dir={'patchablegraph': ''},
8 install_requires=[ 8 install_requires=[
9 'cyclone', 9 'cyclone',
10 'twisted', 10 'twisted',
12 'rdfdb >= 0.8.0', 12 'rdfdb >= 0.8.0',
13 'scales @ git+http://github.com/drewp/scales.git@448d59fb491b7631877528e7695a93553bfaaa93', 13 'scales @ git+http://github.com/drewp/scales.git@448d59fb491b7631877528e7695a93553bfaaa93',
14 'cycloneerr', 14 'cycloneerr',
15 'twisted_sse >= 0.3.0', 15 'twisted_sse >= 0.3.0',
16 ], 16 ],
17 url='https://projects.bigasterisk.com/patchablegraph/patchablegraph-0.7.0.tar.gz', 17 url='https://projects.bigasterisk.com/patchablegraph/patchablegraph-0.8.0.tar.gz',
18 author='Drew Perttula', 18 author='Drew Perttula',
19 author_email='drewp@bigasterisk.com', 19 author_email='drewp@bigasterisk.com',
20 ) 20 )