We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed042ea commit a49631cCopy full SHA for a49631c
setup.cfg
@@ -1,10 +1,10 @@
1
[metadata]
2
name = tongrams
3
-version = 0.1
+version = 1.0
4
author = Giulio Ermanno Pibiri
5
url = https://github.com/jermp/tongrams
6
description = Tons of N-Grams
7
-long_description = file: python/ReadMe.md
+long_description = file: python/README.md
8
keywords = n-grams, storage, trie, hashtable
9
license = MIT
10
classifiers =
@@ -14,7 +14,7 @@ classifiers =
14
Environment :: Other Environment
15
Intended Audience :: Developers
16
License :: OSI Approved
17
- License :: OSI Approved :: MIT
+ License :: OSI Approved :: MIT License
18
Operating System :: OS Independent
19
Topic :: Software Development :: Libraries :: Python Modules
20
0 commit comments