Skip to content
This repository has been archived by the owner on Apr 2, 2023. It is now read-only.

Commit

Permalink
ready to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
ergoithz committed Jul 12, 2014
1 parent 5c5c521 commit 782786a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[metadata]
description-file = README.rst
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@


setup(
name='Stpl2',
version='0.1-dev',
name='stpl2',
version='0.2',
url='https://github.com/ergoithz/stpl2',
download_url = 'https://github.com/ergoithz/stpl2/tarball/0.2',
license='MIT',
author='Felipe A. Hernandez',
author_email='ergoithz@gmail.com',
Expand All @@ -45,6 +46,7 @@
'Programming Language :: Python :: 3',
'Topic :: Software Development :: Libraries :: Python Modules'
],
keywords = ['template', 'engine'],
packages=['stpl2'],
include_package_data=True,
test_suite='stpl2.tests',
Expand Down

0 comments on commit 782786a

Please sign in to comment.