Skip to content

Commit

Permalink
Release 0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
julienmalard committed Dec 9, 2018
1 parent 4e36160 commit d594803
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Inside of setup.cfg
[metadata]
description-file = README.md
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,16 @@ def read_txt(f):
license='MIT',
author=read_txt('tradssat/AUTHORS.txt'),
author_email='julien.malard@mail.mcgill.ca',
description='DSSAT input and output tmpl reader and writer',
description='DSSAT input and output file reader and writer',
long_description=read_txt('README.md'),
setup_requires=[],
install_requires=['numpy', 'chardet'],
package_data={'tradssat': ['*.txt']},
classifiers=[
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.6'
'Programming Language :: Python :: 3.7'
'Programming Language :: Python :: 3.7',
'License :: OSI Approved :: MIT License',
'Development Status :: 3 - Alpha'
],
)
3 changes: 1 addition & 2 deletions tradssat/AUTHORS.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
Julien Jean Malard
श्रेया संजय यादव
Julien Jean Malard; श्रेया संजय यादव

0 comments on commit d594803

Please sign in to comment.