Skip to content
Snippets Groups Projects
Commit c9720d1b authored by Florent Xicluna's avatar Florent Xicluna
Browse files

First release

parent be6354b8
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -58,6 +58,6 @@ These error codes are emitted:
Changes
-------
 
0.1 - 2013-02-xx
0.1 - 2013-02-11
````````````````
* First release
Loading
Loading
@@ -6,7 +6,7 @@ from collections import deque
 
from flint.util import ast, iter_child_nodes
 
__version__ = '0.0'
__version__ = '0.1'
 
LOWERCASE_REGEX = re.compile(r'[_a-z][_a-z0-9]*$')
UPPERCASE_REGEX = re.compile(r'[_A-Z][_A-Z0-9]*$')
Loading
Loading
Loading
Loading
@@ -26,7 +26,7 @@ setup(
keywords='flint pep8',
author='Florent Xicluna',
author_email='florent.xicluna@gmail.com',
url='https://github.com/florentx/flint-naming',
url='https://github.com/flintwork/flint-naming',
license='Expat license',
py_modules=['flint_naming'],
zip_safe=False,
Loading
Loading
@@ -41,7 +41,7 @@ setup(
],
},
classifiers=[
'Development Status :: 2 - Pre-Alpha',
'Development Status :: 3 - Alpha',
'Environment :: Console',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
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