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 6dfdc4d commit b7db74aCopy full SHA for b7db74a
.gitignore
@@ -1 +1,3 @@
1
-*.pyc
+*.pyc
2
+
3
+dist/*
MANIFEST
@@ -0,0 +1,5 @@
+# file GENERATED by distutils, do NOT edit
+setup.cfg
+setup.py
4
+nestedfetch/__init__.py
5
+nestedfetch/nested_fetch.py
setup.py
@@ -32,6 +32,9 @@
32
'Intended Audience :: Developers',
33
'Topic :: Software Development :: Libraries :: Python Modules',
34
'License :: OSI Approved :: MIT License',
35
- 'Programming Language :: Python :: 3 :: Only'
+ 'Programming Language :: Python :: 3',
36
+ 'Programming Language :: Python :: 3.4',
37
+ 'Programming Language :: Python :: 3.5',
38
+ 'Programming Language :: Python :: 3.6',
39
]
40
)
0 commit comments