File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 13
13
# See the License for the specific language governing permissions and
14
14
# limitations under the License.
15
15
name = "eva"
16
+ from .version import VERSION as __version__ # noqa: F401
Original file line number Diff line number Diff line change @@ -114,9 +114,11 @@ def read(path, encoding="utf-8"):
114
114
download_url = DOWNLOAD_URL ,
115
115
license = LICENSE ,
116
116
classifiers = [
117
- "Development Status :: 3 - Alpha" ,
117
+ "Intended Audience :: Science/Research" ,
118
+ "Topic :: Scientific/Engineering :: Information Analysis" ,
119
+ "License :: OSI Approved :: Apache Software License" ,
118
120
"Programming Language :: Python :: 3" ,
119
- "License :: OSI Approved :: Apache Software License"
121
+ "Development Status :: 3 - Alpha" ,
120
122
"Operating System :: OS Independent"
121
123
],
122
124
packages = find_packages (exclude = [
You can’t perform that action at this time.
0 commit comments