Skip to content

Commit

Permalink
Updated manifest and setup file for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
ydaniels authored and Yomi committed Nov 24, 2019
1 parent cd72c12 commit 64e9db8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ include README.md
include requirements.txt
include .gitignore
include LICENSE.txt
include rapic/tests/*.json
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from setuptools import setup
from setuptools import setup, find_packages


def readme():
Expand All @@ -22,7 +22,7 @@ def readme():
author='Yomi D',
author_email='yomid4all@gmail.com',
license='MIT',
packages=['rapic'],
packages= find_packages(),
include_package_data=True,
install_requires=[
'requests',
Expand Down

0 comments on commit 64e9db8

Please sign in to comment.