Skip to content

Commit

Permalink
wheel try
Browse files Browse the repository at this point in the history
  • Loading branch information
ducha-aiki committed Apr 24, 2020
1 parent e733f8a commit cd40917
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,16 +91,16 @@ def copy_test_file(self, src_file):
copyfile(src_file, dest_file)
copymode(src_file, dest_file)

requirements = [ 'numpy', ]
requirements = [ 'numpy', 'cmake']

setup(
name='pydegensac',
version='0.1',
version='0.1.1',
author='Ondra Chum, Dmytro Mishkin',
author_email='ducha.aiki@gmail.com',
license='MIT',
url = 'https://github.com/ducha-aiki/pydegensac', # Provide either the link to your github or to your website
download_url = 'https://github.com/ducha-aiki/pydegensac/archive/v_0.1.tar.gz',
download_url = 'https://github.com/ducha-aiki/pydegensac/archive/v_0.11.tar.gz',
description='Advanced RANSAC (DEGENSAC) with bells and whistles for H and F estimation',
long_description='',
packages=find_packages('src'),
Expand Down

0 comments on commit cd40917

Please sign in to comment.