File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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' ,
3839 'Programming Language :: Python :: 3.4' ,
3940 ],
4041
42+ packages = find_packages (exclude = ['contrib' , 'docs' , 'tests*' ]),
43+
4144 keywords = "millipede" ,
4245
4346 entry_points = {
You can’t perform that action at this time.
0 commit comments