<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"># It's suggested to run this with "python3 setup.py develop --user"

from setuptools import setup

setup(
    name='rpgbatch',
    version='0.2.0',
    packages=['rpgbatch'],
    install_requires=[
        'nohrio &gt;= 0.4.*',
    ],
)
</pre></body></html>