Skip to content

Commit

Permalink
Fixed build (hopefully).
Browse files Browse the repository at this point in the history
  • Loading branch information
csterling committed May 20, 2021
1 parent 279a107 commit 5f9f73f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

0.7.1 (2021-05-21)
------------------

- Fixed build (hopefully).

0.7.0 (2021-05-20)
------------------

Expand Down
12 changes: 2 additions & 10 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from setuptools import setup, find_namespace_packages
from setuptools import setup


def _read(filename: str) -> str:
Expand All @@ -25,15 +25,7 @@ def _read(filename: str) -> str:
'Programming Language :: Python :: 3',
],
license='Apache License Version 2.0',
package_dir={
'': 'src'
},
packages=find_namespace_packages(where='src'),
namespace_packages=[
"wai",
"wai.annotations"
],
version="0.7.0",
version="0.7.1",
author='Corey Sterling',
author_email='[email protected]',
install_requires=[
Expand Down

0 comments on commit 5f9f73f

Please sign in to comment.