Browse Source

Correct setup.py

master
Thomas Mannay 5 years ago
parent
commit
3ef8a35939
1 changed files with 2 additions and 4 deletions
  1. +2
    -4
      setup.py

+ 2
- 4
setup.py 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',


Loading…
Cancel
Save