Skip to content

Commit

Permalink
Update url and flags.
Browse files Browse the repository at this point in the history
  • Loading branch information
lccasagrande committed May 28, 2020
1 parent 4476f6b commit 150ab6a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ def read_requirements_file(filename):
url='https://github.com/lccasagrande/batsim-py',
download_url=f'https://github.com/lccasagrande/batsim-py/archive/v{__version__}.tar.gz',
project_urls={
'Source': 'https://github.com/lccasagrande/batsim-py',
'Documentation': 'https://lccasagrande.github.io/batsim-py/',
'Tracker': 'https://github.com/lccasagrande/batsim-py/issues',
},
Expand All @@ -49,7 +48,6 @@ def read_requirements_file(filename):
},
packages=find_packages(),
package_dir={'batsim_py': 'batsim_py'},
zip_safe=False,
keywords=["Cluster", "Scheduler", "Resource and Job Management"],
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 150ab6a

Please sign in to comment.