Merge new repo-based skeleton
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env python
|
||||
# Generated by jaraco.develop 2.23
|
||||
# Generated by jaraco.develop 2.27.1
|
||||
# https://pypi.python.org/pypi/jaraco.develop
|
||||
|
||||
import io
|
||||
@@ -7,7 +7,7 @@ import sys
|
||||
|
||||
import setuptools
|
||||
|
||||
with io.open('README.txt', encoding='utf-8') as readme:
|
||||
with io.open('README.rst', encoding='utf-8') as readme:
|
||||
long_description = readme.read()
|
||||
|
||||
needs_pytest = {'pytest', 'test'}.intersection(sys.argv)
|
||||
|
||||
Reference in New Issue
Block a user