Skip to content

Commit

Permalink
Remove unnecessary files from package
Browse files Browse the repository at this point in the history
  • Loading branch information
Jing Wang committed Jan 5, 2020
1 parent a5f5231 commit df555b3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in

This file was deleted.

4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
version_match = re.search(r"__version__ = '(.+?)'", py.read())
assert version_match
version = version_match.group(1)
with open(os.path.join(os.path.dirname(__file__), 'dev_requirements.txt')) as dev_requirements:
tests_require = dev_requirements.read().splitlines()

setup(
name="PyHDFS",
Expand All @@ -36,9 +34,7 @@
'requests',
'simplejson',
],
tests_require=tests_require,
package_data={
'': ['*.rst'],
'pyhdfs': ['py.typed']
},
python_requires='>=3.6',
Expand Down

0 comments on commit df555b3

Please sign in to comment.