We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f99988 commit 701bd20Copy full SHA for 701bd20
setup.py
@@ -1,9 +1,11 @@
1
from setuptools import setup
2
3
+
4
def readme():
5
with open('README.rst') as file:
6
return file.read()
7
8
9
setup(
10
name='compose_diff',
11
version='0.1.0',
0 commit comments