Skip to content

Commit 8ab9bfe

Browse files
author
jarulraj
committed
checkpoint
1 parent 4bc63a1 commit 8ab9bfe

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

eva/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
name = "eva"
16+
from .version import VERSION as __version__ # noqa: F401

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,11 @@ def read(path, encoding="utf-8"):
114114
download_url=DOWNLOAD_URL,
115115
license=LICENSE,
116116
classifiers=[
117-
"Development Status :: 3 - Alpha",
117+
"Intended Audience :: Science/Research",
118+
"Topic :: Scientific/Engineering :: Information Analysis",
119+
"License :: OSI Approved :: Apache Software License",
118120
"Programming Language :: Python :: 3",
119-
"License :: OSI Approved :: Apache Software License"
121+
"Development Status :: 3 - Alpha",
120122
"Operating System :: OS Independent"
121123
],
122124
packages=find_packages(exclude=[

0 commit comments

Comments
 (0)