mirror of
https://github.com/EDCD/EDDN.git
synced 2025-06-06 10:23:08 +03:00
setup.py: Comment about schemas only being for code, not website
This commit is contained in:
parent
f033b3621b
commit
4edb1e7e21
2
setup.py
2
setup.py
@ -25,6 +25,8 @@ setup(
|
|||||||
url='https://github.com/EDCD/EDDN',
|
url='https://github.com/EDCD/EDDN',
|
||||||
packages=find_packages('src', exclude=["*.tests"]),
|
packages=find_packages('src', exclude=["*.tests"]),
|
||||||
package_dir = {'':'src'},
|
package_dir = {'':'src'},
|
||||||
|
# This includes them for the running code, but that doesn't help
|
||||||
|
# serve them up for reference.
|
||||||
data_files=[('eddn/schemas', glob.glob("schemas/*.json"))],
|
data_files=[('eddn/schemas', glob.glob("schemas/*.json"))],
|
||||||
long_description="""\
|
long_description="""\
|
||||||
The Elite: Dangerous Data Network allows E:D players to share data. Not affiliated with Frontier Developments.
|
The Elite: Dangerous Data Network allows E:D players to share data. Not affiliated with Frontier Developments.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user