Mercurial > code > home > repos > patchablegraph
comparison setup.py @ 0:c3f0a692c4cb
move repo from homeauto/lib/
author | drewp@bigasterisk.com |
---|---|
date | Wed, 24 Nov 2021 10:20:55 -0800 |
parents | |
children | e7554c9c6ee2 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:c3f0a692c4cb |
---|---|
1 from setuptools import setup | |
2 | |
3 setup( | |
4 name='patchablegraph', | |
5 version='0.12.0', | |
6 packages=['patchablegraph'], | |
7 package_dir={'patchablegraph': ''}, | |
8 install_requires=[ | |
9 'cyclone', | |
10 'twisted', | |
11 'rdflib >= 6.0.1', | |
12 'rdfdb >= 0.8.0', | |
13 'scales @ git+http://github.com/drewp/scales.git@448d59fb491b7631877528e7695a93553bfaaa93', | |
14 'cycloneerr', | |
15 'twisted_sse >= 0.3.0', | |
16 ], | |
17 url='https://projects.bigasterisk.com/patchablegraph/patchablegraph-0.12.0.tar.gz', | |
18 author='Drew Perttula', | |
19 author_email='drewp@bigasterisk.com', | |
20 ) |