You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

12 lines
327 B

from setuptools import setup
setup(
name='provoj',
packages=['provoj'],
description='Simple library to test the endpoints of an RESTful API.',
url='https://github.com/arnaucode/provoj',
author='arnaucode',
author_email='arnaucode@gmail.com',
version='0.0.0.1',
scripts=['provoj/__init__.py']
)