Skip to content

Commit

Permalink
Actualización de versión
Browse files Browse the repository at this point in the history
Se integra el archivo README.md en el setup.py
  • Loading branch information
alexdzul committed Feb 28, 2015
1 parent 4ee10e8 commit 8715eb4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
from distutils.core import setup

version = "0.2.0"
version = "0.2.1"
author = "Alex Dzul"
author_email = "alexexc2@gmail.com"
mainteiner = "Alex Dzul"
Expand All @@ -17,6 +17,8 @@
author_email=author_email,
url='http://www.github.com/alexdzul/pyql-weather/',
packages=['pyql', 'pyql.weather', 'pyql.geo'],
data_files=[('', ['README.md', 'LICENSE'])],
keywords=['pyql', 'yahoo', 'weather'],
classifiers=["Development Status :: 4 - Beta",
"Environment :: Console",
"Intended Audience :: Developers",
Expand Down

0 comments on commit 8715eb4

Please sign in to comment.