Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Herrero Solis committed Jan 22, 2017
1 parent cd2cbc9 commit 452ced0
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions setup.py
Expand Up @@ -3,11 +3,10 @@

# from distutils.core import setup



# allow setup.py to be run from any path
os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))


def here(name):
return os.path.join(
os.path.dirname(os.path.abspath(__file__)),
Expand All @@ -33,10 +32,10 @@ def read(name, mode='rb', encoding='utf8'):

setup(
name='djangosecure',
version='v0.0.3',
version='v0.0.2',
packages=['djangosecure'],
url='https://github.com/rafahsolis/djangosecure',
download_url='https://github.com/rafahsolis/djangosecure/tarball/v0.0.3',
download_url='https://github.com/rafahsolis/djangosecure/tarball/v0.0.2',
license='Apache License, Version 2.0',
author='Rafael Herrero Solis',
author_email='rafael@herrerosolis.com',
Expand All @@ -50,7 +49,6 @@ def read(name, mode='rb', encoding='utf8'):
'Django',
'six==1.10.0',
'future==0.16.0',
# 'pypandoc',
],
classifiers=[
'Development Status :: 3 - Alpha',
Expand Down

0 comments on commit 452ced0

Please sign in to comment.