Skip to content

Commit a614735

Browse files
committed
Add email (required) and packages
1 parent 64413f5 commit a614735

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

setup.py

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,19 @@
1818
description="A millipede generator",
1919
long_description=long_description,
2020

21-
url="https://github.com/evadot/millipede"
21+
url="https://github.com/evadot/millipede",
2222

23-
author="The millipede fan club"
23+
author="The millipede fan club",
24+
author_email="millipede@bidouilliste.com",
2425

25-
license="MIT"
26+
license="MIT",
2627

2728
classifiers=[
2829
'Development Status :: 4 - Alpha',
2930

3031
'Intended Audience :: Religion',
3132
'Topic :: Religion'
32-
33+
3334
'Programming Language :: Python :: 2',
3435
'Programming Language :: Python :: 2.7',
3536
'Programming Language :: Python :: 3',
@@ -38,6 +39,8 @@
3839
'Programming Language :: Python :: 3.4',
3940
],
4041

42+
packages=find_packages(exclude=['contrib', 'docs', 'tests*']),
43+
4144
keywords="millipede",
4245

4346
entry_points={

0 commit comments

Comments
 (0)