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.

14 lines
408 B

from setuptools import setup
setup(
name='autoremote',
version='0.1',
license='MIT',
author='Dan Yeakley',
author_email='ddyeakley@gmail.com',
url='https://github.com/ddyeakley/autoremote',
long_description="README.txt",
packages=['autoremote'],
include_package_data=False,
description="Simple Python tool to use autoremote to send data to a phone running tasker.",
)