Skip to content

Commit

Permalink
add upload section
Browse files Browse the repository at this point in the history
  • Loading branch information
Zulqarnain committed Jun 3, 2020
1 parent 2378bec commit 55af2f4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
import os
from setuptools import setup

with open('README.md') as a:
long_description = a.read()


def package_data(pkg, roots):
"""Generic function to find package_data.
Expand Down Expand Up @@ -48,6 +51,8 @@ def is_requirement(line):
name='crowdsourcehinter-xblock',
version='0.5',
description='crowdsourcehinter XBlock', # TODO: write a better description.
long_description=long_description,
author='edX',
packages=[
'crowdsourcehinter',
],
Expand All @@ -58,6 +63,7 @@ def is_requirement(line):
]
},
package_data=package_data("crowdsourcehinter", ["static", "public"]),
url='https:/edx/crowdsourcehinter/',
classifiers=[
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
Expand Down

0 comments on commit 55af2f4

Please sign in to comment.