comparison setup.py @ 19:47987502bf4c

Add graph, make it public, and bump the version. This checks in the tsc-compiled JS files because idklol.
author Paul Fisher <paul@pfish.zone>
date Sun, 13 Oct 2019 18:22:06 -0400
parents 6d59f038a58b
children a7fe635d1c88
comparison
equal deleted inserted replaced
18:9d07dc5c3340 19:47987502bf4c
1 import setuptools 1 import setuptools
2 2
3 setuptools.setup( 3 setuptools.setup(
4 name='weather-server', 4 name='weather-server',
5 version='0.0.3', 5 version='0.0.4',
6 packages=setuptools.find_packages(), 6 packages=setuptools.find_packages(),
7 python_requires='>=3.7', 7 python_requires='>=3.7',
8 install_requires=[ 8 install_requires=[
9 'attrs', 9 'attrs',
10 'flask', 10 'flask',