Skip to content

Commit 3fc3668

Browse files
committed
Gets rid of unneeded *.py condition in the editorconfig.
1 parent 1b657fb commit 3fc3668

File tree

6 files changed

+33
-2
lines changed

6 files changed

+33
-2
lines changed

.editorconfig

-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,4 @@ trim_trailing_whitespace = true
99
end_of_line = lf
1010
insert_final_newline = true
1111
max_line_length = 80
12-
13-
[*.py]
1412
indent_size = 4

textplot.egg-info/PKG-INFO

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Metadata-Version: 1.0
2+
Name: textplot
3+
Version: 0.1.0
4+
Summary: (Mental) maps of texts.
5+
Home-page: https://github.com/davidmcclure/textplot
6+
Author: David McClure
7+
Author-email: [email protected]
8+
License: MIT
9+
Description: UNKNOWN
10+
Platform: UNKNOWN

textplot.egg-info/SOURCES.txt

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
setup.py
2+
test/__init__.py
3+
test/matrix.py
4+
textplot/__init__.py
5+
textplot/graphs.py
6+
textplot/matrix.py
7+
textplot/text.py
8+
textplot/utils.py
9+
textplot.egg-info/PKG-INFO
10+
textplot.egg-info/SOURCES.txt
11+
textplot.egg-info/dependency_links.txt
12+
textplot.egg-info/requires.txt
13+
textplot.egg-info/top_level.txt
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

textplot.egg-info/requires.txt

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
scikit-learn
2+
numpy
3+
scipy
4+
matplotlib
5+
nltk
6+
networkx
7+
clint

textplot.egg-info/top_level.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
test
2+
textplot

0 commit comments

Comments
 (0)