90701a0 f90cbcf c149df3 f90cbcf
1
2
3
4
5
6
7
8
9
10
from setuptools import setup, find_packages setup( name="romatch", packages=find_packages(include=("romatch*",)), version="0.0.1", author="Johan Edstedt", install_requires=open("requirements.txt", "r").read().split("\n"), )