Skip to content

Commit

Permalink
Fix setup
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamDHines committed Sep 20, 2023
1 parent 60b788f commit 7a9c7f0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

from setuptools import setup, find_packages

#here = os.path.abspath(os.path.dirname(__file__))
here = os.path.abspath(os.path.dirname(__file__))
# Get the long description from the README file
#with open(os.path.join(here, 'README.md'), encoding='utf-8') as f:
# long_description = f.read()
with open(os.path.join(here, 'README.md'), encoding='utf-8') as f:
long_description = f.read()

# define the base requires needed for the repo
requirements = [
Expand All @@ -26,8 +26,8 @@
name="VPRTempo",
version="1.0.1",
description='VPRTempo: A Fast Temporally Encoded Spiking Neural Network for Visual Place Recognition',
#long_description=long_description,
#long_description_content_type='text/markdown',
long_description=long_description,
long_description_content_type='text/markdown',
author='Adam D Hines, Peter G Stratton, Michael Milford and Tobias Fischer',
author_email='adam.hines@qut.edu.au',
url='https://github.com/QVPR/VPRTempo',
Expand Down

0 comments on commit 7a9c7f0

Please sign in to comment.