Skip to content

Commit

Permalink
Release url and version changed
Browse files Browse the repository at this point in the history
  • Loading branch information
gleb-britecore committed Aug 18, 2020
1 parent b283367 commit 8c1e00a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
from distutils.core import setup

setup(name='pycrunch-engine',
version='1.1',
version='1.2',
description='Automatic Test Runner Engine',
url='http://github.com/gleb-sevruk/pycrunch-engine',
author='Gleb Sevruk',
author_email='support@pycrunch.com',
license='libpng',
keywords="tdd unit-testing test runner",
packages=setuptools.find_packages(),
download_url='https://github.com/gleb-sevruk/pycrunch-engine/archive/v1.1.tar.gz',
download_url='https://github.com/gleb-sevruk/pycrunch-engine/archive/v1.2.tar.gz',
setup_requires=['wheel'],
entry_points={
'console_scripts': ['pycrunch-engine=pycrunch.main:run'],
Expand Down

0 comments on commit 8c1e00a

Please sign in to comment.