Skip to content

Commit

Permalink
added version.txt to the distribution so setuptools pickup the versio…
Browse files Browse the repository at this point in the history
…n when installing
  • Loading branch information
sorend committed Jan 6, 2021
1 parent 0dba237 commit 4790159
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sshconfig
sshconf
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@
py_modules=['sshconf'],
setup_requires=['pytest-runner'],
tests_require=['pytest'],
classifiers=(
data_files=['version.txt'],
classifiers=[
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 3',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Software Development :: Libraries',
)
]
)

0 comments on commit 4790159

Please sign in to comment.