Skip to content

Commit

Permalink
refactor: add MANIFEST.in
Browse files Browse the repository at this point in the history
  • Loading branch information
centaurialpha committed Oct 11, 2021
1 parent b7a1253 commit b5ba74b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include version.txt
7 changes: 5 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ name = pireal
version = file: version.txt
description = Relational Algebra Interpreter
long_description = file: README.md
long_description_content_type = text/markdown
author = Gabriel Acosta
author_email = acostadariogabriel at gmail
author_email = acostadariogabriel@gmail.com
url = https://centaurialpha.github.io/pireal
project_urls =
Bug Tracker = https://github.com/centaurialpha/pireal/issues
license = GPLv3+
classifiers =
Environment :: X11 Applications
Expand All @@ -23,7 +26,7 @@ include_package_data = True
scripts =
bin/pireal
install_requires =
pyqt5
PyQt5>=5.15

[options.packages.find]
where = src
Expand Down

0 comments on commit b5ba74b

Please sign in to comment.