sforkowany z mirror/rnsutils
1
0
Forkuj 0

Package license, pylintrc and template data

master
Olivier Jolly 2016-01-26 12:03:28 +01:00
rodzic 30e5973494
commit 7b787a2893
3 zmienionych plików z 7 dodań i 3 usunięć

4
MANIFEST.in 100644
Wyświetl plik

@ -0,0 +1,4 @@
# Include the license file
include LICENSE.txt
include pylintrc

Wyświetl plik

@ -101,9 +101,9 @@ setup(
# If there are data files included in your packages that need to be # If there are data files included in your packages that need to be
# installed, specify them here. If using Python 2.6 or less, then these # installed, specify them here. If using Python 2.6 or less, then these
# have to be included in MANIFEST.in as well. # have to be included in MANIFEST.in as well.
# package_data={ package_data={
# 'sample': ['package_data.dat'], 'rnsutils': ['data/*.xrni'],
# }, },
# Although 'package_data' is the preferred approach, in some case you may # Although 'package_data' is the preferred approach, in some case you may
# need to place data files outside of your packages. See: # need to place data files outside of your packages. See: