Skip to content

Commit

Permalink
Update repository links in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MicBoucinha committed Aug 8, 2019
1 parent 09ddaac commit 00bc3da
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 @@ -35,7 +35,7 @@ def read(*names, **kwargs):
),
author='Luís Teixeira',
author_email='micboucinha@gmail.com',
url='https://bitbucket.org/fchampalimaud/pybpod-gui-plugin-emulator/',
url='https://github.com/pybpod/pybpod-gui-plugin-emulator',
packages=find_packages('src'),
package_dir={'': 'src'},
package_data={'pybpod_gui_plugin_emulator': ['src/resources/*.*',]},
Expand Down Expand Up @@ -68,7 +68,7 @@ def read(*names, **kwargs):
project_urls={
'Documentation': 'https://pybpod-gui-plugin-emulator.readthedocs.io/',
'Changelog': 'https://pybpod-gui-plugin-emulator.readthedocs.io/en/latest/changelog.html',
'Issue Tracker': 'https://bitbucket.org/fchampalimaud/pybpod-gui-plugin-emulator/issues',
'Issue Tracker': 'https://github.com/pybpod/pybpod-gui-plugin-emulator/issues',
},
keywords=[
# eg: 'keyword1', 'keyword2', 'keyword3',
Expand Down

0 comments on commit 00bc3da

Please sign in to comment.