Changeset - eea16de02db5
[Not reviewed]
0 1 0
Branko Majic (branko) - 10 years ago 2014-07-13 22:48:28
branko@majic.rs
Noticket: Moving to development for version 0.2.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
setup.py
Show inline comments
 
@@ -7,13 +7,13 @@ TEST_REQUIREMENTS = ["mock"]
 

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

	
 
setup(
 
    name='pydenticon',
 
    version='0.1.1',
 
    version='0.2-dev',
 
    packages=['pydenticon'],
 
    include_package_data=True,
 
    license='BSD',  # example license
 
    description='Library for generating identicons. Port of Sigil (https://github.com/cupcake/sigil) with enhancements.',
 
    long_description=README,
 
    url='https://github.com/azaghal/pydenticon',
0 comments (0 inline, 0 general)