Skip to content

Commit

Permalink
Fixed licence oopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
benjhar committed Sep 24, 2019
1 parent 9205259 commit 84e0aaa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
MIT License
Copyright (c) 2018 YOUR NAME
Copyright (c) 2019 thenamesweretakenalready
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
setup(
name="foldingathome",
packages=["foldingathome"],
version="0.1",
license="GNU GENERAL PUBLIC LICENSE VERSION 3",
version="0.1.3",
license="MIT Licence",
description="A Python wrapper for the Folding@Home API.",
author="leet_hakker",
author_email="[email protected]",
url="https://github.com/thenamesweretakenalready/foldingathome/",
download_url="https://github.com/thenamesweretakenalready/foldingathome/archive/v0.1.tar.gz",
keywords=["API", "Python", "Folding@Home"],
download_url="https://github.com/thenamesweretakenalready/foldingathome/archive/v0.1.3.tar.gz",
keywords=["API wrapper", "Python", "Folding@Home"],
install_requires=["requests"],
classifiers=[
"Development Status :: 3 - Alpha",
Expand Down

0 comments on commit 84e0aaa

Please sign in to comment.