kopia lustrzana https://gitlab.com/zeograd/rnsutils
Package license, pylintrc and template data
rodzic
30e5973494
commit
7b787a2893
|
@ -0,0 +1,4 @@
|
||||||
|
# Include the license file
|
||||||
|
include LICENSE.txt
|
||||||
|
|
||||||
|
include pylintrc
|
6
setup.py
6
setup.py
|
@ -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:
|
||||||
|
|
Ładowanie…
Reference in New Issue