We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 325cd35 commit 5f8b612Copy full SHA for 5f8b612
.gitignore
@@ -363,3 +363,4 @@ typescript*.*
363
364
/*.json
365
/*.jwt
366
+.eggs/
setup.cfg
@@ -37,6 +37,7 @@ setup_requires =
37
38
[bdist_wheel]
39
universal = 1
40
+python_tag = py3
41
42
[options.package_data]
43
netfoundry = friendly-words/generated/words.json
0 commit comments