Skip to content

Commit

Permalink
Fixes for check-manifest complaining.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Jul 30, 2018
1 parent 1e5c82a commit 5c6e755
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ dev = develop easy_install nti.externalization[test]

[bdist_wheel]
universal = 0

[check-manifest]
ignore =
*.c
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def _c(m):
'zope.security',
],
extras_require={
'test': TESTS_REQUIRE,
'test': TESTS_REQUIRE,
'docs': [
'Sphinx',
'repoze.sphinx.autointerface',
Expand All @@ -192,7 +192,6 @@ def _c(m):
'benchmarks': [
'perf',
],

},
entry_points=entry_points,
)

0 comments on commit 5c6e755

Please sign in to comment.