Skip to content
Snippets Groups Projects
Commit d4c0a732 authored by Laurent Peuch's avatar Laurent Peuch
Browse files

[fix] quickfix 0.6.1 release

parent 78209ab3
No related branches found
No related tags found
No related merge requests found
Changelog
=========
 
0.6.1 (2016-03-28)
----------------
- fix setup.py, package weren't pushed on pypi since splitting of redbaron.py
into multiple files.
0.6 (2016-03-28)
----------------
 
Loading
Loading
Loading
Loading
@@ -12,7 +12,7 @@ except ImportError:
 
 
setup(name='redbaron',
version='0.6',
version='0.6.1',
description='Abstraction on top of baron, a FST for python to make writing refactoring code a realistic task',
author='Laurent Peuch',
long_description=read_md("README.md") + "\n\n" + open("CHANGELOG", "r").read(),
Loading
Loading
@@ -23,7 +23,7 @@ setup(name='redbaron',
"notebook": ["pygments"],
},
license= 'lgplv3+',
py_modules=["redbaron"],
packages=["redbaron"],
keywords='baron fst ast refactoring',
classifiers=['Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment