Browse Source

Utilisation de hgtools

pull/76/head
Louis 10 years ago
committed by Luthaf
parent
commit
7993a0dd55
  1. 2
      MANIFEST.in
  2. 2
      setup.py

2
MANIFEST.in

@ -1,2 +0,0 @@
include LICENSE NEWS readme.md Requirements.txt
recursive-include patacrep/data *

2
setup.py

@ -20,6 +20,7 @@ setup(
install_requires=[
"unidecode", "jinja2", "chardet", "ply",
],
setup_requires=["hgtools"],
include_package_data=True,
entry_points={
'console_scripts': [
@ -38,6 +39,5 @@ setup(
"Topic :: Utilities",
],
platforms=["GNU/Linux", "Windows", "MacOsX"]
platforms=["GNU/Linux", "Windows", "MacOsX"],
long_description = open("README.rst", "r").read(),
)

Loading…
Cancel
Save