Skip to content

Commit

Permalink
Activating Open Collective (#103)
Browse files Browse the repository at this point in the history
* Added backers and sponsors on the README

* Update README.md

* No need to provide long description
  • Loading branch information
monkeywithacupcake authored and avik-pal committed Jul 2, 2019
1 parent 803209b commit 65ec5d4
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 6 deletions.
31 changes: 29 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![Build Status](https://travis-ci.org/torchgan/torchgan.svg?branch=master)](https://travis-ci.org/torchgan/torchgan)
[![Build status](https://ci.appveyor.com/api/projects/status/lqo3bbsew83839c0/branch/master?svg=true)](https://ci.appveyor.com/project/avik-pal/torchgan/branch/master)
[![Backers on Open Collective](https://opencollective.com/torchgan/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/torchgan/sponsors/badge.svg)](#sponsors) [![Build status](https://ci.appveyor.com/api/projects/status/lqo3bbsew83839c0/branch/master?svg=true)](https://ci.appveyor.com/project/avik-pal/torchgan/branch/master)
[![License](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE)
[![Slack](https://img.shields.io/badge/chat-on%20slack-yellow.svg)](https://join.slack.com/t/torchgan/shared_invite/enQtNDkyMTQ2ODAyMzczLWEyZjc1ZDdmNTc3ZmNiODFmMmY2YjM2OTZmZTRlOTc3YWE5MTliZTBkZTkwNzQ2MDIwZmI0MGRjYjQwYTczMzQ)
[![Stable Documentation](https://img.shields.io/badge/docs-stable-blue.svg)](https://torchgan.readthedocs.io/en/stable/)
Expand Down Expand Up @@ -68,4 +68,31 @@ This package has been developed by
* Avik Pal (@avik-pal)
* Aniket Das (@Aniket1998)

We appreciate all contributors. For a full list of contributors go [here](https://github.com/torchgan/torchgan/graphs/contributors).
This project exists thanks to all the people who contribute.

<a href="https://github.com/torchgan/torchgan/graphs/contributors"><img src="https://opencollective.com/torchgan/contributors.svg?width=890&button=false" /></a>


### Backers

Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/torchgan#backer)]

<a href="https://opencollective.com/torchgan#backers" target="_blank"><img src="https://opencollective.com/torchgan/backers.svg?width=890"></a>


### Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/torchgan#sponsor)]

<a href="https://opencollective.com/torchgan/sponsor/0/website" target="_blank"><img src="https://opencollective.com/torchgan/sponsor/0/avatar.svg"></a>
<a href="https://opencollective.com/torchgan/sponsor/1/website" target="_blank"><img src="https://opencollective.com/torchgan/sponsor/1/avatar.svg"></a>
<a href="https://opencollective.com/torchgan/sponsor/2/website" target="_blank"><img src="https://opencollective.com/torchgan/sponsor/2/avatar.svg"></a>
<a href="https://opencollective.com/torchgan/sponsor/3/website" target="_blank"><img src="https://opencollective.com/torchgan/sponsor/3/avatar.svg"></a>
<a href="https://opencollective.com/torchgan/sponsor/4/website" target="_blank"><img src="https://opencollective.com/torchgan/sponsor/4/avatar.svg"></a>
<a href="https://opencollective.com/torchgan/sponsor/5/website" target="_blank"><img src="https://opencollective.com/torchgan/sponsor/5/avatar.svg"></a>
<a href="https://opencollective.com/torchgan/sponsor/6/website" target="_blank"><img src="https://opencollective.com/torchgan/sponsor/6/avatar.svg"></a>
<a href="https://opencollective.com/torchgan/sponsor/7/website" target="_blank"><img src="https://opencollective.com/torchgan/sponsor/7/avatar.svg"></a>
<a href="https://opencollective.com/torchgan/sponsor/8/website" target="_blank"><img src="https://opencollective.com/torchgan/sponsor/8/avatar.svg"></a>
<a href="https://opencollective.com/torchgan/sponsor/9/website" target="_blank"><img src="https://opencollective.com/torchgan/sponsor/9/avatar.svg"></a>


4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ def find_version(*file_paths):
return version_match.group(1)
raise RuntimeError("Unable to find version string.")


readme = open("README.md").read()

VERSION = find_version("torchgan", "__init__.py")

requirements = ["numpy", "pillow==5.3.0"]
Expand All @@ -46,7 +43,6 @@ def find_version(*file_paths):
author_email="avikpal@cse.iitk.ac.in",
url="https://github.com/torchgan/torchgan",
description="Research Framework for easy and efficient training of GANs based on Pytorch",
long_description=readme,
license="MIT",
# Package info
packages=find_packages(exclude=("test",)),
Expand Down

0 comments on commit 65ec5d4

Please sign in to comment.