mirror of
https://github.com/vale981/ablog
synced 2025-03-05 09:11:38 -05:00
Updated setup.
This commit is contained in:
parent
7fb544061b
commit
d7b7856d9f
1 changed files with 4 additions and 6 deletions
8
setup.py
8
setup.py
|
@ -10,17 +10,15 @@ with open('ablog/__init__.py') as inp:
|
|||
# long_description = inp.read()
|
||||
|
||||
|
||||
PACKAGES = ['napi']
|
||||
|
||||
setup(
|
||||
name='napi',
|
||||
name='ablog',
|
||||
version=__version__,
|
||||
author='Ahmet Bakan',
|
||||
author_email='lordnapi@gmail.com',
|
||||
description='ABlog for blogging with Sphinx',
|
||||
#long_description=long_description,
|
||||
url='http://github.com/abakan/ablog',
|
||||
packages=PACKAGES,
|
||||
packages=['ablog'],
|
||||
license='MIT License',
|
||||
#keywords=('abstract syntax tree transformer, IPython magic'),
|
||||
classifiers=[
|
||||
|
@ -34,5 +32,5 @@ setup(
|
|||
'Programming Language :: Python :: 2',
|
||||
'Programming Language :: Python :: 3',
|
||||
],
|
||||
provides=['napi ({0:s})'.format(__version__)]
|
||||
provides=['ablog ({0:s})'.format(__version__)]
|
||||
)
|
Loading…
Add table
Reference in a new issue