Skip to content

Commit

Permalink
quadratic-funding -> quadratic_funding
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya Anand M C committed Jul 6, 2020
1 parent dbabd45 commit 4a50558
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
long_description = fh.read()

setuptools.setup(
name='quadratic-funding',
name='quadratic_funding',
version='0.0.1',
author='Frank Chen, Aditya Anand Michael Chelliah, Kevin Owocki',
author_email='team@gitcoin.co',
description='This is the open source quadratic funding implementation found on gitcoin.co/grants.',
long_description='This is an open source implementation of quadratic funding, a design for philanthropic and publicly-funded seeding, which allows for optimal provisioning of funds to an ecosystem of public goods. You can find the live product implementation at gitcoin.co/grants',
long_description_content_type='text/markdown',
url='https://github.com/gitcoinco/quadratic-funding',
url='https://github.com/gitcoinco/quadratic_funding',
packages=setuptools.find_packages(),
classifiers=[
'Programming Language :: Python :: 3',
Expand Down

0 comments on commit 4a50558

Please sign in to comment.