update before repo archive

This commit is contained in:
David Gay 2020-05-13 19:40:27 -04:00
parent a1826a0e3c
commit 44cb54b378
Signed by: poems
GPG Key ID: FD4A613AF33AA95D
2 changed files with 7 additions and 4 deletions

View File

@ -1,10 +1,13 @@
pythong
=======
:Author: David Gay <dgay@riseup.net>
:Author: David Gay <hello@davidgay.org>
Set up a minimal, yet comfortable structure for a Python project.
⚠️ This project is no longer maintained. As of 2020, it hasn't been updated
in six or seven years. Use at your own risk.
Features
--------
@ -76,6 +79,6 @@ Contributors
Feel free to add your name.
- David Gay <oddshocks@riseup.net>
- David Gay <hello@davidgay.org>
- Ryan Scott Brown <ryansb@csh.rit.edu>
- Ralph Bean <rbean@redhat.com>

View File

@ -31,8 +31,8 @@ setup(name='pythong',
],
keywords='python development project bootstrap',
author='David Gay',
author_email='dgay@riseup.net',
url='http://github.com/thedavidgay/pythong',
author_email='hello@davidgay.org',
url='http://github.com/dtgay/pythong',
license='GPLv3+',
packages=find_packages(exclude=['ez_setup', 'tests']),
test_suite='nose.collector',