Skip to content

Commit

Permalink
remove tests and examples from pip
Browse files Browse the repository at this point in the history
  • Loading branch information
hsywhu committed Oct 11, 2019
1 parent c5130a0 commit fd2a747
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Empty file removed examples/__init__.py
Empty file.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@

setuptools.setup(
name="rlcard",
version="0.1.5",
version="0.1.6",
author="Data Analytics at Texas A&M (DATA) Lab",
author_email="[email protected]",
description="A Toolkit for Reinforcement Learning in Card Games",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/datamllab/rlcard",
keywords=["Reinforcement Learning", "game", "RL", "AI"],
packages=setuptools.find_packages(),
packages=setuptools.find_packages(exclude=('tests',)),
package_data={
'rlcard': [ 'models/pretrained/leduc_holdem_nfsp/*',
'games/uno/jsondata/action_space.json',
Expand Down
Empty file removed tests/__init__.py
Empty file.

0 comments on commit fd2a747

Please sign in to comment.