comparison lib/patchablegraph/setup.py @ 707:41af3ebccdf9

release 0.9.0 Ignore-this: c18c466c9ecadfc7e807ac25c21fcbdf
author drewp@bigasterisk.com
date Mon, 03 Feb 2020 01:10:56 -0800
parents 394c57fcb0bb
children 95556cacb6e1
comparison
equal deleted inserted replaced
706:b41247c7b080 707:41af3ebccdf9
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.8.0', 5 version='0.9.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.8.0.tar.gz', 17 url='https://projects.bigasterisk.com/patchablegraph/patchablegraph-0.9.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 )