Skip to content

Commit

Permalink
added long description
Browse files Browse the repository at this point in the history
  • Loading branch information
Zomatree committed Aug 31, 2019
1 parent 82641b0 commit 229f848
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
from distutils.core import setup

with open('README.md') as f:
long_description = f.read()


setup(
name = 'actioneer',
name = 'Actioneer',
packages = ['actioneer'],
version = '0.5',
license='MIT',
description = 'Actioneer is a multi-purpose command handler that can be used on its own or embedded in other projects',
long_description = long_description,
long_description_content_type = 'text/markdown',
author = 'Zomatree',
url = 'https://github.com/clamor-py/Actioneer/',
download_url = 'https://github.com/clamor-py/Actioneer/archive/v0.5.tar.gz',
keywords = ['commands', 'handler'],
classifiers=[
classifiers = [
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
'Topic :: Software Development :: Build Tools',
Expand Down

0 comments on commit 229f848

Please sign in to comment.