We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e6c383 commit e3f62d8Copy full SHA for e3f62d8
1 file changed
setup.cfg
@@ -3,7 +3,7 @@ name = effectsize
3
version = 0.0.2
4
author = Nasir Bashir
5
author_email = nbashir562@gmail.com
6
-description = A Python package for computing effect sizes
+description = Computing effect sizes in Python
7
long_description = file: README.md
8
long_description_content_type = text/markdown
9
license = MIT
@@ -12,8 +12,6 @@ url = https://github.com/nbashir97/effectsize
12
classifiers =
13
License :: OSI Approved :: MIT License
14
Programming Language :: Python :: 3
15
- Intended Audience :: Science/Research
16
- Topic :: Statistics
17
platform = any
18
19
[options]
0 commit comments