1
0
mirror of https://github.com/sys-fs/seddy synced 2024-11-24 12:25:46 -05:00

Correct setup.py

This commit is contained in:
Thomas Mannay 2019-01-30 19:44:31 +00:00
parent e42a917cd4
commit 3ef8a35939

View File

@ -5,8 +5,8 @@ from setuptools import setup, find_packages
setup(
name = 'seddy',
version = '0.1.0',
license = 'MIT',
description = 'Deployment tool for Drupal sites.',
license = 'BSD',
description = 'An IRC bot for tubes.',
author='Thomas Mannay',
author_email='tfm@airmail.cc',
@ -15,8 +15,6 @@ setup(
packages=find_packages(where='src'),
package_dir={'': 'src'},
# install_requires=['boto3', 'fabric', 'rocketchat-API'],
entry_points={
'console_scripts': [
'seddy = seddy.main:main',