• R/O
  • SSH

chkcsv: Commit

Default repository for chkcsv.py.


Commit MetaInfo

Revision1a7ea99a560b0dffca8b888dcfdf0d985a7d7b4f (tree)
Time2018-07-29 08:59:29
AuthorDreas Nielsen <dreas.nielsen@gmai...>
CommiterDreas Nielsen

Log Message

Modified PyPI setup.

Change Summary

Incremental Difference

diff -r 3fc36c050e59 -r 1a7ea99a560b setup.py
--- a/setup.py Sat Jul 28 16:54:13 2018 -0700
+++ b/setup.py Sat Jul 28 16:59:29 2018 -0700
@@ -1,11 +1,11 @@
11 from distutils.core import setup
22
33 setup(name='chkcsv',
4- version='0.8.0.1',
4+ version='0.8.0.2',
55 description="Check the format of a CSV file",
66 author='Dreas Nielsen',
77 author_email='dreas.nielsen@gmail.com',
8- url='none',
8+ url='https://bitbucket.org/rdnielsen/chkcsv/',
99 scripts=['chkcsv/chkcsv.py'],
1010 classifiers=[
1111 'Development Status :: 5 - Production/Stable',
@@ -20,5 +20,7 @@
2020 long_description="""``chkcsv.py`` is a Python module and program
2121 that checks the format of data in a CSV file. It can check whether required
2222 columns and data are present, and the type of data in each column. Pattern
23-matching using regular expressions is supported."""
23+matching using regular expressions is supported.
24+
25+Complete documentation is at http://chkcsv.readthedocs.io/."""
2426 )
Show on old repository browser