Skip to content

Commit

Permalink
Merge pull request #7 from qtacore/bugfix/version
Browse files Browse the repository at this point in the history
fix version error from sdist installation
  • Loading branch information
JerryGinger authored Jun 10, 2020
2 parents e3c67db + abd6363 commit fd0ceda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def get_description():
cmdclass={},
packages=find_packages(),
package_data={'':['*.txt', '*.TXT'], },
data_files=[(".", ["requirements.txt"])],
data_files=[(".", ["requirements.txt", "version.txt"])],
author="QTA",
license="Copyright(c)2010-2018 Tencent All Rights Reserved. ",
install_requires=parse_requirements(),
Expand Down

0 comments on commit fd0ceda

Please sign in to comment.