update before repo archive
This commit is contained in:
parent
a1826a0e3c
commit
44cb54b378
|
@ -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>
|
||||
|
|
4
setup.py
4
setup.py
|
@ -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',
|
||||
|
|
Reference in New Issue