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:
parent
e42a917cd4
commit
3ef8a35939
6
setup.py
6
setup.py
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user