Files
rpm-python-jsonschema/setup.py
T
Daniel Uvehag 581fd63e02 Initial package
2022-04-20 12:35:01 +02:00

5 lines
97 B
Python

from os import environ
from setuptools import setup
setup(version=environ.get('VERSION', None))