Skip to content

Commit

Permalink
Distribute tests alongside main modules.
Browse files Browse the repository at this point in the history
* This elevates us to Mascarpone status (see: pyroma).
  • Loading branch information
Renelvon committed Jun 22, 2015
1 parent e20c8a2 commit 663e1e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,12 @@
'Topic :: System :: Networking'
),
keywords='rudp twisted reliable',
packages=('txrudp'),
packages=('txrudp', 'tests'),
install_requires=('jsonschema', 'twisted'),
extras_require={
'python_version<=3.4': ('argparse',)
},
tests_require=('coverage', 'nose', 'mock'),
test_suite='tests',
zip_safe=False
)

0 comments on commit 663e1e9

Please sign in to comment.