Skip to content

Commit

Permalink
Added the MANIFEST.in for pypi publish (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
mraarif authored Dec 18, 2020
1 parent bd96eb9 commit 73a577a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
6 changes: 6 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
include LICENSE.txt
include README.rst
include requirements/base.in
recursive-include edx_repo_tools *.html *.png *.gif *js *.css *jpg *jpeg *svg *py
recursive-include django3_codemods *.html *.png *.gif *js *.css *jpg *jpeg *svg *py
recursive-include django2_codemods *.html *.png *.gif *js *.css *jpg *jpeg *svg *py
9 changes: 0 additions & 9 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,6 @@
],
packages=[
'edx_repo_tools',
'django3_codemods',
'django2_codemods',
'edx_repo_tools.dev',
'edx_repo_tools.oep2',
'edx_repo_tools.oep2.checks',
'edx_repo_tools.oep2.report',
'edx_repo_tools.ospr',
'edx_repo_tools.release',
'edx_repo_tools.drip_survey',
],
install_requires=[
'appdirs',
Expand Down

0 comments on commit 73a577a

Please sign in to comment.